We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 718bc47 commit 825bda0Copy full SHA for 825bda0
pending_changelog/3139-bolt12-compatability.txt
@@ -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