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 26, 2024
1 parent 4d07fc7 commit 8a71b33
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 @@ -296,6 +296,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).

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

## lncli Updates

* [Documented all available `lncli`
Expand All @@ -319,6 +323,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 8a71b33

Please sign in to comment.