Skip to content

Commit f3c2d7c

Browse files
Merge pull request #774 from lightninglabs/docs-lnd
Update lnd documentation
2 parents 48e9d03 + 7266e89 commit f3c2d7c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,11 @@
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.
@@ -220,6 +225,9 @@
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`
225233
config option](https://github.com/lightningnetwork/lnd/pull/9182) and introduce

0 commit comments

Comments
 (0)