Skip to content

Commit c530b1c

Browse files
Merge pull request #128 from dstadulis/docs-lnd
Update lnd documentation
2 parents e8e770a + 7862c28 commit c530b1c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/lnd/release-notes/release-notes-0.19.0.md

+10
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,11 @@
7777
restarts, for details check [this
7878
issue](https://github.com/lightningnetwork/lnd/issues/8975#issuecomment-2270528222).
7979

80+
* [Fix a bug](https://github.com/lightningnetwork/lnd/pull/9573) where
81+
processing duplicate ChannelUpdates from different peers in quick succession
82+
could lead to our ChannelUpdate rate limiting logic being prematurely
83+
triggered.
84+
8085
# New Features
8186

8287
* [Support](https://github.com/lightningnetwork/lnd/pull/8390) for
@@ -105,6 +110,11 @@
105110
* [Add ability](https://github.com/lightningnetwork/lnd/pull/8998) to paginate
106111
wallet transactions.
107112

113+
* [Make](https://github.com/lightningnetwork/lnd/pull/9562)
114+
`MaxWaitNumBlocksFundingConf` configurable, allowing integration/development
115+
tests to set a lower value for faster funding confirmation timeout while
116+
keeping the default of 2016 blocks for production stability.
117+
108118
## RPC Additions
109119

110120
* [Add a new rpc endpoint](https://github.com/lightningnetwork/lnd/pull/8843)

0 commit comments

Comments
 (0)