Skip to content

Commit

Permalink
docs: update the release-notes-0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamedawnallah committed Mar 22, 2024
1 parent 7477049 commit 62eb3f7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/release-notes/release-notes-0.18.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,10 @@ bitcoin peers' feefilter values into account](https://github.com/lightningnetwor
* [Allow callers of `ListSweeps` to specify the start
height](https://github.com/lightningnetwork/lnd/pull/7372).

* Add coin selection strategy option to the following on-chain RPC calls
`EstimateFee`, `SendMany`, `SendCoins`, `BatchOpenChannel`, `SendOutputs`, and `FundPsbt`. [coin select: add coin selection strategy option
to all on-chain RPCs](https://github.com/lightningnetwork/lnd/pull/8515).

## lncli Updates

* [Documented all available `lncli`
Expand All @@ -303,6 +307,9 @@ bitcoin peers' feefilter values into account](https://github.com/lightningnetwor
* The [`estimateroutefee`](https://github.com/lightningnetwork/lnd/pull/8136)
subcommand now gives access to graph based and payment probe fee estimation.

* Add `coin_selection_strategy` optional parameter to the following commands
`estimatefee`, `sendmany`, `sendcoins`, `batchopenchannel`, and `psbt fund`, `psbt fundtemplate`. [coin select: add coin selection strategy option to all on-chain RPCs](https://github.com/lightningnetwork/lnd/pull/8515).

## Code Health

* [Remove Litecoin code](https://github.com/lightningnetwork/lnd/pull/7867).
Expand Down

0 comments on commit 62eb3f7

Please sign in to comment.