docs: release notes update for 0.18.0

This commit is contained in:
Marcos 2023-11-30 00:28:15 +01:00
parent 90b5037d73
commit 80a85d36eb
No known key found for this signature in database
GPG Key ID: AC8E254F6BF65972

View File

@ -21,6 +21,8 @@
- [Contributors (Alphabetical Order)](#contributors-alphabetical-order) - [Contributors (Alphabetical Order)](#contributors-alphabetical-order)
# Bug Fixes # Bug Fixes
* [Fix a bug](https://github.com/lightningnetwork/lnd/pull/8097) where
`sendcoins` command with `--sweepall` flag would not show the correct amount.
* [Fixed a potential case](https://github.com/lightningnetwork/lnd/pull/7824) * [Fixed a potential case](https://github.com/lightningnetwork/lnd/pull/7824)
that when sweeping inputs with locktime, an unexpected lower fee rate is that when sweeping inputs with locktime, an unexpected lower fee rate is
@ -104,6 +106,9 @@
error is defined as a routing error found in one of a MPP's HTLC attempts. error is defined as a routing error found in one of a MPP's HTLC attempts.
If, however, there's only one HTLC attempt, when it's failed, this payment is If, however, there's only one HTLC attempt, when it's failed, this payment is
considered failed, thus there's no such thing as temp error for a non-MPP. considered failed, thus there's no such thing as temp error for a non-MPP.
* Support for
[MinConf](https://github.com/lightningnetwork/lnd/pull/8097)(minimum number
of confirmations) has been added to the `WalletBalance` RPC call.
## lncli Updates ## lncli Updates
@ -167,6 +172,7 @@
* Carla Kirk-Cohen * Carla Kirk-Cohen
* Elle Mouton * Elle Mouton
* Keagan McClelland * Keagan McClelland
* Marcos Fernandez Perez
* Matt Morehouse * Matt Morehouse
* Slyghtning * Slyghtning
* Turtle * Turtle