Skip to content

Commit 2e3113a

Browse files
Merge pull request #788 from lightninglabs/docs-lnd
Update lnd documentation
2 parents 15d9147 + fb6dae3 commit 2e3113a

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

docs/lnd/release-notes/release-notes-0.19.0.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,10 @@
9393
config is added `disable-backup-archive`, with default set to false, to
9494
determine if previous channel backups should be archived or not.
9595

96+
* [The max fee rate](https://github.com/lightningnetwork/lnd/pull/9491) is now
97+
respected when a coop close is initiated. Before the max fee rate would only
98+
be effective for the remote party in the negotiation.
99+
96100
## Functional Enhancements
97101
* [Add ability](https://github.com/lightningnetwork/lnd/pull/8998) to paginate
98102
wallet transactions.
@@ -137,6 +141,11 @@
137141
the misnomer of `chan_id` which was describing the short channel
138142
id to `scid` to represent what it really is.
139143

144+
* [In the coop close](https://github.com/lightningnetwork/lnd/pull/9491) case
145+
we always initiate the cooperative close flow even if there are HTLCs active
146+
on the channel. LND will disable the channel for new HTLCs and kick off the
147+
cooperative close flow automatically when the channel has no HTLCs left.
148+
140149
# Improvements
141150
## Functional Updates
142151

@@ -344,6 +353,11 @@ The underlying functionality between those two options remain the same.
344353
* A code refactor that [replaces min/max helpers with built-in min/max
345354
functions](https://github.com/lightningnetwork/lnd/pull/9451).
346355

356+
* [Unified](https://github.com/lightningnetwork/lnd/pull/9447) the monitoring
357+
inputs spending logic in the sweeper so it can properly handle missing inputs
358+
and recover from restart.
359+
360+
347361
## Tooling and Documentation
348362

349363
* [Improved `lncli create` command help text](https://github.com/lightningnetwork/lnd/pull/9077)

0 commit comments

Comments
 (0)