File tree 1 file changed +14
-0
lines changed
1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 93
93
config is added ` disable-backup-archive ` , with default set to false, to
94
94
determine if previous channel backups should be archived or not.
95
95
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
+
96
100
## Functional Enhancements
97
101
* [ Add ability] ( https://github.com/lightningnetwork/lnd/pull/8998 ) to paginate
98
102
wallet transactions.
137
141
the misnomer of ` chan_id ` which was describing the short channel
138
142
id to ` scid ` to represent what it really is.
139
143
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
+
140
149
# Improvements
141
150
## Functional Updates
142
151
@@ -344,6 +353,11 @@ The underlying functionality between those two options remain the same.
344
353
* A code refactor that [ replaces min/max helpers with built-in min/max
345
354
functions] ( https://github.com/lightningnetwork/lnd/pull/9451 ) .
346
355
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
+
347
361
## Tooling and Documentation
348
362
349
363
* [ 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