@@ -85,19 +85,40 @@ Proposals (BIPs)][bips repo], [Lightning BOLTs][bolts repo],
8585[ Lightning BLIPs] [ blips repo ] , [ Bitcoin Inquisition] [ bitcoin inquisition
8686repo] , and [ BINANAs] [ binana repo ] ._
8787
88- - [ LDK #3726 ] [ ] Improve privacy for Blinded Message Paths using Dummy Hops
89-
90- - [ LDK #4019 ] [ ] Integrate Splicing with Quiescence
91-
92- - [ LND #9455 ] [ ] discovery+lnwire: add support for DNS host name in NodeAnnouncement msg
93-
94- - [ LND #10103 ] [ ] Rate limit outgoing gossip bandwidth by peer
95-
96- - [ HWI #795 ] [ ] Fix CI <!-- don't need to mention the CI changes, but please do mention the new hardware supported by this merge -harding -->
88+ - [ LDK #3726 ] [ ] adds support for dummy hops on [ blinded paths] [ topic rv
89+ routing] , enabling receivers to add arbitrary hops that serve no routing
90+ purpose but act as decoys. A randomized number of dummy hops is added each
91+ time, but is capped at 10 as defined by ` MAX_DUMMY_HOPS_COUNT ` . Adding
92+ additional hops makes it significantly harder to determine the distance to or
93+ the identity of the receiver node.
94+
95+ - [ LDK #4019 ] [ ] integrates [ splicing] [ topic splicing ] with the [ quiescence
96+ protocol] [ topic channel commitment upgrades ] by requiring a quiescent channel
97+ state before initializing a splicing transaction, as mandated by the
98+ specification.
99+
100+ - [ LND #9455 ] [ ] adds support for associating a valid DNS domain name with a
101+ Lightning node's IP address and public key in its announcement message, as
102+ allowed by the specification and supported by other implementations such as
103+ Eclair and Core Lightning (see Newsletters [ #212 ] [ news212 dns ] , [ #214 ] [ news214
104+ dns] , and [ #178 ] [ news178 dns ] ).
105+
106+ - [ LND #10103 ] [ ] introduces a new ` gossip.peer-msg-rate-bytes ` option (default
107+ 51200), which limits the outgoing bandwidth used by each peer for outbound
108+ [ gossip messages] [ topic channel announcements ] . This value limits the average
109+ bandwidth speed in bytes per second, and if a peer exceeds it, LND will start
110+ queuing and delaying messages sent to that peer. This new option prevents a
111+ single peer from consuming all the global bandwidth defined by
112+ ` gossip.msg-rate-bytes ` introduced in [ LND #10096 ] [ ] . See Newsletters
113+ [ #366 ] [ news366 gossip ] and [ #369 ] [ news369 gossip ] for related LND work on
114+ gossip requests resource management.
115+
116+ - [ HWI #795 ] [ ] adds support for the BitBox02 Nova by updating the ` bitbox02 `
117+ library to version 7.0.0. It also makes several CI updates.
97118
98119{% include snippets/recap-ad.md when="2025-09-09 16:30" %}
99120{% include references.md %}
100- {% include linkers/issues.md v=2 issues="3726,4019,9455,10103,795" %}
121+ {% include linkers/issues.md v=2 issues="3726,4019,9455,10103,795,10096 " %}
101122[ bitcoin core 29.1rc2 ] : https://bitcoincore.org/bin/bitcoin-core-29.1/
102123[ core lightning v25.09 ] : https://github.com/ElementsProject/lightning/releases/tag/v25.09
103124[ sim1 ] : https://delvingbitcoin.org/t/delving-simplicity-part-three-fundamental-ways-of-combining-computations/1902
@@ -110,3 +131,8 @@ repo], and [BINANAs][binana repo]._
110131[ rubin ta1 ] :
https://mailing-list.bitcoindevs.xyz/bitcoindev/[email protected] / 111132[ rubin ta2 ] :
https://mailing-list.bitcoindevs.xyz/bitcoindev/[email protected] / 112133[ rubin bip ] : https://github.com/bitcoin/bips/pull/1944
134+ [ news212 dns ] : /en/newsletters/2022/08/10/#bolts-911
135+ [ news214 dns ] : /en/newsletters/2022/08/24/#eclair-2234
136+ [ news178 dns ] : /en/newsletters/2021/12/08/#c-lightning-4829
137+ [ news366 gossip ] : /en/newsletters/2025/08/08/#lnd-10097
138+ [ news369 gossip ] : /en/newsletters/2025/08/29/#lnd-10102
0 commit comments