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 7878 initial historical sync may be blocked due to a race condition in handling the
7979 syncer's internal state.
8080
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+
8186## Functional Enhancements
8287* [ Add ability] ( https://github.com/lightningnetwork/lnd/pull/8998 ) to paginate
8388 wallet transactions.
220225 added and they will be removed in a future release. The defaults values for
221226 these options have also been increased from max 3 log files to 10 and from
222227 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 ) .
223231
224232* [ Deprecate ` dust-threshold `
225233config option] ( https://github.com/lightningnetwork/lnd/pull/9182 ) and introduce
You can’t perform that action at this time.
0 commit comments