We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa51cf3 commit b1b1deeCopy full SHA for b1b1dee
1 file changed
docs/release-notes/release-notes-0.21.0.md
@@ -75,6 +75,12 @@
75
transitions during startup, avoiding lost unlocks during slow database
76
initialization.
77
78
+* [Fixed the gossiper accepting malformed gossip
79
+messages](https://github.com/lightningnetwork/lnd/pull/10581) by enforcing chain
80
+hash validation on `ReplyChannelRange`, `ReplyShortChanIDsEnd` and
81
+`GossipTimestampRange`, and ensuring that if timestamps are provided in
82
+`ReplyChannelRange`, they are provided for each ShortChanID.
83
+
84
# New Features
85
86
- Basic Support for [onion messaging forwarding](https://github.com/lightningnetwork/lnd/pull/9868)
0 commit comments