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 7474 This is a protocol gadget required for Dynamic Commitments and Splicing that
7575 will be added later.
7676
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+
7781## Functional Enhancements
7882* [ Add ability] ( https://github.com/lightningnetwork/lnd/pull/8998 ) to paginate
7983 wallet transactions.
@@ -260,6 +264,11 @@ The underlying functionality between those two options remain the same.
260264 transactions can run at once, increasing efficiency. Includes several bugfixes
261265 to allow this to work properly.
262266
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+
263272## Code Health
264273
265274* 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.
288297
289298* Abdullahi Yunus
290299* Alex Akselrod
300+ * Andras Banki-Horvath
291301* Animesh Bilthare
292302* Boris Nagaev
293303* Carla Kirk-Cohen
You can’t perform that action at this time.
0 commit comments