From 86a915a7727c0d06ffb1c63c6880b11e432009e4 Mon Sep 17 00:00:00 2001 From: yyforyongyu Date: Tue, 22 Jul 2025 19:28:34 +0800 Subject: [PATCH] docs: update release notes --- docs/release-notes/release-notes-0.20.0.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/release-notes/release-notes-0.20.0.md b/docs/release-notes/release-notes-0.20.0.md index dd732698e..be853084f 100644 --- a/docs/release-notes/release-notes-0.20.0.md +++ b/docs/release-notes/release-notes-0.20.0.md @@ -94,6 +94,10 @@ circuit. The indices are only available for forwarding events saved after v0.20. finish under this timeout value. Consider using a larger timeout value if you have a slow network. +* The default value for `gossip.msg-rate-bytes` has been + [increased](https://github.com/lightningnetwork/lnd/pull/10096) from 100KB to + 1MB, and `gossip.msg-burst-bytes` has been increased from 200KB to 2MB. + * Added [`deletecanceledinvoices`]( https://github.com/lightningnetwork/lnd/pull/9625) RPC to allow the removal of a canceled invoice. Supports deleting a canceled invoice by providing its @@ -105,6 +109,14 @@ circuit. The indices are only available for forwarding events saved after v0.20. disconnected and banned. Setting the value to 0 effectively disables banning by setting the threshold to the maximum possible value. +* A [new config](https://github.com/lightningnetwork/lnd/pull/10103) value + `gossip.peer-msg-rate-bytes=102400` is introduced to allow limiting the + outgoing bandwidth used by each peer when processing gossip-related messages. + Note this is different from `gossip.msg-rate-bytes`, as this new config + controls the bandwidth per peer, while `msg-rate-bytes` controls the gossip as + a whole. This new config prevents a single misbehaving peer from using up all + the bandwidth. + ## lncli Additions * [`lncli sendpayment` and `lncli queryroutes` now support the