File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 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.
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 )
You can’t perform that action at this time.
0 commit comments