File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 74
74
This is a protocol gadget required for Dynamic Commitments and Splicing that
75
75
will be added later.
76
76
77
+ * [ Fixed] ( https://github.com/lightningnetwork/lnd/pull/9424 ) a case where the
78
+ initial historical sync may be blocked due to a race condition in handling the
79
+ syncer's internal state.
80
+
77
81
## Functional Enhancements
78
82
* [ Add ability] ( https://github.com/lightningnetwork/lnd/pull/8998 ) to paginate
79
83
wallet transactions.
@@ -260,6 +264,11 @@ The underlying functionality between those two options remain the same.
260
264
transactions can run at once, increasing efficiency. Includes several bugfixes
261
265
to allow this to work properly.
262
266
267
+ * [ Migrate KV invoices to
268
+ SQL] ( https://github.com/lightningnetwork/lnd/pull/8831 ) as part of a larger
269
+ effort to support SQL databases natively in LND.
270
+
271
+
263
272
## Code Health
264
273
265
274
* A code refactor that [ moves all the graph related DB code out of the
@@ -288,6 +297,7 @@ The underlying functionality between those two options remain the same.
288
297
289
298
* Abdullahi Yunus
290
299
* Alex Akselrod
300
+ * Andras Banki-Horvath
291
301
* Animesh Bilthare
292
302
* Boris Nagaev
293
303
* Carla Kirk-Cohen
You can’t perform that action at this time.
0 commit comments