Merge pull request #8831 from bhandras/sql-invoice-migration

invoices: migrate KV invoices to native SQL for users of KV SQL backends
This commit is contained in:
Oliver Gugger
2025-01-23 05:48:25 -06:00
committed by GitHub
37 changed files with 2762 additions and 210 deletions

View File

@@ -264,6 +264,11 @@ The underlying functionality between those two options remain the same.
transactions can run at once, increasing efficiency. Includes several bugfixes
to allow this to work properly.
* [Migrate KV invoices to
SQL](https://github.com/lightningnetwork/lnd/pull/8831) as part of a larger
effort to support SQL databases natively in LND.
## Code Health
* A code refactor that [moves all the graph related DB code out of the
@@ -292,6 +297,7 @@ The underlying functionality between those two options remain the same.
* Abdullahi Yunus
* Alex Akselrod
* Andras Banki-Horvath
* Animesh Bilthare
* Boris Nagaev
* Carla Kirk-Cohen