From 8c6224bdcb8f23cf1e93c1cefc3e0ea8c020a3c6 Mon Sep 17 00:00:00 2001 From: GitHub Date: Sat, 8 Mar 2025 00:19:01 +0000 Subject: [PATCH] update documentation --- docs/lnd/release-notes/release-notes-0.19.0.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/lnd/release-notes/release-notes-0.19.0.md b/docs/lnd/release-notes/release-notes-0.19.0.md index d974d89b..0250dd68 100644 --- a/docs/lnd/release-notes/release-notes-0.19.0.md +++ b/docs/lnd/release-notes/release-notes-0.19.0.md @@ -77,6 +77,11 @@ restarts, for details check [this issue](https://github.com/lightningnetwork/lnd/issues/8975#issuecomment-2270528222). +* [Fix a bug](https://github.com/lightningnetwork/lnd/pull/9573) where + processing duplicate ChannelUpdates from different peers in quick succession + could lead to our ChannelUpdate rate limiting logic being prematurely + triggered. + # New Features * [Support](https://github.com/lightningnetwork/lnd/pull/8390) for @@ -105,6 +110,11 @@ * [Add ability](https://github.com/lightningnetwork/lnd/pull/8998) to paginate wallet transactions. +* [Make](https://github.com/lightningnetwork/lnd/pull/9562) + `MaxWaitNumBlocksFundingConf` configurable, allowing integration/development + tests to set a lower value for faster funding confirmation timeout while + keeping the default of 2016 blocks for production stability. + ## RPC Additions * [Add a new rpc endpoint](https://github.com/lightningnetwork/lnd/pull/8843)