Skip to content

Commit 825bda0

Browse files
committed
Add pending changelog for BOLT12 authentication
1 parent 718bc47 commit 825bda0

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
## Backwards Compatibility
2+
* BOLT12 `Offers` created in prior versions are still valid but are at risk of
3+
de-anonymization attacks.
4+
* BOLT12 outbound payments in state `RecentPaymentDetails::AwaitingInvoice` are
5+
considered invalid by `ChannelManager`. Any invoices received through the
6+
corresponding `InvoiceRequest` reply path will be ignored.
7+
* BOLT12 `Refund`s created in prior versions with non-empty `Refund::paths` are
8+
considered invalid by `ChannelManager`. Any invoices sent through those
9+
blinded paths will be ignored. `Refund`'s without blinded paths are
10+
unaffected.

0 commit comments

Comments
 (0)