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
9 changes: 9 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 @@ -162,6 +162,12 @@ close transaction.
tests to set a lower value for faster funding confirmation timeout while
keeping the default of 2016 blocks for production stability.

* Previously when sweeping inputs, the sweeper will wait until the specified
budget can be covered by the inputs, which could cause the sweep to be
delayed, and the sweeping tx ends up using large fees. This is now
[changed](https://github.com/lightningnetwork/lnd/pull/9627) so the sweeper
will always attempt the sweep as long as the budget can be partially covered.

## RPC Additions

* [Add a new rpc endpoint](https://github.com/lightningnetwork/lnd/pull/8843)
Expand All @@ -183,6 +189,9 @@ close transaction.
RPC method now applies a default timeout of 60 seconds when the
`timeout_seconds` field is not set or is explicitly set to 0.

* [`lnrpc.ClosedChannels` now also includes the `custom_channel_data` used by
custom channels](https://github.com/lightningnetwork/lnd/pull/9504).

## lncli Additions

* [A pre-generated macaroon root key can now be specified in `lncli create` and
Expand Down