mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-02-24 15:02:20 +01:00
Add pending changelog for BOLT12 authentication
This commit is contained in:
parent
718bc47664
commit
825bda03c9
1 changed files with 10 additions and 0 deletions
10
pending_changelog/3139-bolt12-compatability.txt
Normal file
10
pending_changelog/3139-bolt12-compatability.txt
Normal file
|
@ -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 `RecentPaymentDetails::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.
|
Loading…
Add table
Reference in a new issue