Merge pull request #8426 from breez/expose-closing-tx

Expose closing tx in waiting_close_channels
This commit is contained in:
Yong
2024-01-30 09:13:17 +08:00
committed by GitHub
9 changed files with 2020 additions and 1900 deletions

View File

@@ -187,6 +187,10 @@
[MinConf](https://github.com/lightningnetwork/lnd/pull/8097)(minimum number
of confirmations) has been added to the `WalletBalance` RPC call.
* `PendingChannels` now optionally returns the
[raw hex of the closing tx](https://github.com/lightningnetwork/lnd/pull/8426)
in `waiting_close_channels`.
## lncli Updates
* [Documented all available lncli commands](https://github.com/lightningnetwork/lnd/pull/8181).
@@ -202,6 +206,10 @@
* [Use the default LND value in the buildroute rpc command for the
final cltv delta](https://github.com/lightningnetwork/lnd/pull/8387).
* `pendingchannels` now optionally returns the
[raw hex of the closing tx](https://github.com/lightningnetwork/lnd/pull/8426)
in `waiting_close_channels`.
## Code Health
* [Remove Litecoin code](https://github.com/lightningnetwork/lnd/pull/7867).
@@ -287,6 +295,7 @@
* Carla Kirk-Cohen
* Elle Mouton
* ErikEk
* Jesse de Wit
* Keagan McClelland
* Marcos Fernandez Perez
* Matt Morehouse