Skip to content

Commit e245c0a

Browse files
committed
Fix 0.2 CHANGELOG to note that offers will break on downgrade
It turns out we also switched the key we use to authenticate offers *created* in the 0.2 upgrade and as a result downgrading to 0.2 will break any offers created on 0.2. This wasn't intentional but it doesn't really seem worth fixing at this point, so just document it.
1 parent 5d914e9 commit e245c0a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,8 @@
201201
generated for inclusion in BOLT 12 `Offer`s will no longer be accepted. As
202202
most blinded message paths are ephemeral, this should only invalidate issued
203203
BOLT 12 `Refund`s in practice (#3917).
204+
* Blinded message paths included in BOLT 12 `Offer`s generated by LDK 0.2 will
205+
not be accepted by prior versions of LDK after downgrade (#3917).
204206
* Once a channel has been spliced, LDK can no longer be downgraded.
205207
`UserConfig::reject_inbound_splices` can be set to block inbound ones (#4150)
206208
* Downgrading after setting `UserConfig::enable_htlc_hold` is not supported

0 commit comments

Comments
 (0)