File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 78
78
initial historical sync may be blocked due to a race condition in handling the
79
79
syncer's internal state.
80
80
81
+ * Add support for [ archiving channel backup] ( https://github.com/lightningnetwork/lnd/pull/9232 )
82
+ in a designated folder which allows for easy referencing in the future. A new
83
+ config is added ` disable-backup-archive ` , with default set to false, to
84
+ determine if previous channel backups should be archived or not.
85
+
81
86
## Functional Enhancements
82
87
* [ Add ability] ( https://github.com/lightningnetwork/lnd/pull/8998 ) to paginate
83
88
wallet transactions.
220
225
added and they will be removed in a future release. The defaults values for
221
226
these options have also been increased from max 3 log files to 10 and from
222
227
max 10 MB to 20 MB.
228
+
229
+ * Refactored the ` ValidationBarrier ` to use
230
+ [ set-based dependency tracking] ( https://github.com/lightningnetwork/lnd/pull/9241 ) .
223
231
224
232
* [ Deprecate ` dust-threshold `
225
233
config option] ( https://github.com/lightningnetwork/lnd/pull/9182 ) and introduce
You can’t perform that action at this time.
0 commit comments