We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85fbbae commit 26da1ddCopy full SHA for 26da1dd
1 file changed
pending_changelog/4463-LSPS2-BOLT12.txt
@@ -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