Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions docs/lnd/release-notes/release-notes-0.19.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)
Expand Down