File tree 1 file changed +5
-0
lines changed
1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 86
86
## Functional Enhancements
87
87
* [ Add ability] ( https://github.com/lightningnetwork/lnd/pull/8998 ) to paginate
88
88
wallet transactions.
89
+
89
90
## RPC Additions
90
91
91
92
* [ Add a new rpc endpoint] ( https://github.com/lightningnetwork/lnd/pull/8843 )
@@ -291,6 +292,10 @@ The underlying functionality between those two options remain the same.
291
292
StateMachine] ( https://github.com/lightningnetwork/lnd/pull/9342 ) to use the
292
293
new GoroutineManager API along with structured logging.
293
294
295
+ * A minor [ refactor] ( https://github.com/lightningnetwork/lnd/pull/9446 ) is done
296
+ to the sweeper to improve code quality, with a renaming of the internal state
297
+ (` Failed ` -> ` Fatal ` ) used by the inputs tracked in the sweeper.
298
+
294
299
## Tooling and Documentation
295
300
296
301
* [ 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