Skip to content

Commit 26da1dd

Browse files
committed
Add LSPS2 BOLT12 pending changelog entry
Record the new LSPS2 BOLT12 routing support and its related compatibility note for the next release notes. Co-Authored-By: HAL 9000
1 parent 85fbbae commit 26da1dd

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
## Backwards Compatibility
2+
3+
If you manually persist `Event::OnionMessageIntercepted` events and construct
4+
your `OnionMessenger` via `OnionMessenger::new_with_offline_peer_interception`
5+
with `intercept_for_unknown_scids` set to `true`, you may not be able to
6+
downgrade to LDK v0.2 or prior: persisted events carrying the new
7+
`NextMessageHop::ShortChannelId` next hop will fail to deserialize on the
8+
older version.
9+
10+
LDK does not persist `OnionMessageIntercepted` events itself. Users who do
11+
not persist these events manually, or who leave `intercept_for_unknown_scids`
12+
disabled, are unaffected.

0 commit comments

Comments
 (0)