Skip to content

Commit

Permalink
Add pending changelog for BOLT12 authentication
Browse files Browse the repository at this point in the history
  • Loading branch information
jkczyz committed Jul 19, 2024
1 parent 2280707 commit aff9032
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pending_changelog/3139-bolt12-compatability.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## Backwards Compatibility
* BOLT12 `Offers` created in prior versions are still valid but are at risk of
de-anonymization attacks.
* BOLT12 outbound payments in state `PendingOutboundPayment::AwaitingInvoice`
are considered invalid by `ChannelManager`. Any invoices received through the
corresponding `InvoiceRequest` reply path will be ignored.
* BOLT12 `Refund`s created in prior versions with non-empty `Refund::paths` are
considered invalid by `ChannelManager`. Any invoices sent through those
blinded paths will be ignored. `Refund`'s without blinded paths are
unaffected.

0 comments on commit aff9032

Please sign in to comment.