Merge pull request #9866 from ellemouton/graphSQL7-nodes-tables

sqldb+graph/db: add node related tables and implement some node CRUD
This commit is contained in:
Oliver Gugger
2025-05-28 08:45:33 +02:00
committed by GitHub
11 changed files with 1780 additions and 35 deletions

View File

@@ -42,6 +42,8 @@
byte blobs at the end of gossip messages are valid TLV streams.
* Various [preparations](https://github.com/lightningnetwork/lnd/pull/9692)
of the graph code before the SQL implementation is added.
* Add graph schemas, queries and CRUD:
* [1](https://github.com/lightningnetwork/lnd/pull/9866)
## RPC Updates