From 577a8cdfe427a1f840eb108a72e226320bbb31f9 Mon Sep 17 00:00:00 2001 From: GitHub Date: Fri, 28 Mar 2025 00:24:18 +0000 Subject: [PATCH] update documentation --- docs/lnd/release-notes/release-notes-0.19.0.md | 9 +++++++++ 1 file changed, 9 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 be6953fa..6493b567 100644 --- a/docs/lnd/release-notes/release-notes-0.19.0.md +++ b/docs/lnd/release-notes/release-notes-0.19.0.md @@ -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) @@ -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