mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-04 09:48:19 +01:00
docs: add release-notes
This commit is contained in:
parent
f994c2cb9f
commit
8017139df5
1 changed files with 9 additions and 0 deletions
|
@ -93,6 +93,10 @@
|
||||||
config is added `disable-backup-archive`, with default set to false, to
|
config is added `disable-backup-archive`, with default set to false, to
|
||||||
determine if previous channel backups should be archived or not.
|
determine if previous channel backups should be archived or not.
|
||||||
|
|
||||||
|
* [The max fee rate](https://github.com/lightningnetwork/lnd/pull/9491) is now
|
||||||
|
respected when a coop close is initiated. Before the max fee rate would only
|
||||||
|
be effective for the remote party in the negotiation.
|
||||||
|
|
||||||
## Functional Enhancements
|
## Functional Enhancements
|
||||||
* [Add ability](https://github.com/lightningnetwork/lnd/pull/8998) to paginate
|
* [Add ability](https://github.com/lightningnetwork/lnd/pull/8998) to paginate
|
||||||
wallet transactions.
|
wallet transactions.
|
||||||
|
@ -141,6 +145,11 @@
|
||||||
the misnomer of `chan_id` which was describing the short channel
|
the misnomer of `chan_id` which was describing the short channel
|
||||||
id to `scid` to represent what it really is.
|
id to `scid` to represent what it really is.
|
||||||
|
|
||||||
|
* [In the coop close](https://github.com/lightningnetwork/lnd/pull/9491) case
|
||||||
|
we always initiate the cooperative close flow even if there are HTLCs active
|
||||||
|
on the channel. LND will disable the channel for new HTLCs and kick off the
|
||||||
|
cooperative close flow automatically when the channel has no HTLCs left.
|
||||||
|
|
||||||
# Improvements
|
# Improvements
|
||||||
## Functional Updates
|
## Functional Updates
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue