docs: document fundtemplate sub command, add release notes

This commit is contained in:
Oliver Gugger
2024-02-06 12:26:03 +01:00
parent 6dea39c23a
commit c307d1eeda
2 changed files with 51 additions and 0 deletions

View File

@@ -138,6 +138,10 @@
broadcast. This means when a transaction has failed the `testmempoolaccept`
check by bitcoind or btcd, the broadcast won't be attempted.
* The `coin-selection-strategy` config option [now also applies to channel
funding operations and the new `PsbtCoinSelect` option of the `FundPsbt`
RPC](https://github.com/lightningnetwork/lnd/pull/8378).
## RPC Additions
* [Deprecated](https://github.com/lightningnetwork/lnd/pull/7175)
@@ -167,6 +171,15 @@
is not considered for session negotiation. TerminateSession can be used to
mark a specific session as terminal so that that specific is never used again.
* [The `FundPsbt` RPC method now has a third option for specifying a
template](https://github.com/lightningnetwork/lnd/pull/8378) to fund. This
new option will instruct the wallet to perform coin selection even if some
inputs are already specified in the template (which wasn't the case with
the previous options). Also, users have the option to specify whether a new
change output should be added or an existing output should be used for the
change. And the fee estimation is correct even if no change output is
required.
## lncli Additions
* Deprecate `bumpclosefee` for `bumpforceclosefee` to accommodate for the fact