Files
lnd/sqldb
Elle Mouton d93d104a66 graph/db+sqldb: implement AddChannelEdge on SQLStore
In this commit, the `AddChannelEdge` method of the SQLStore is
implemented. Like the KVStore implementation, it makes use of the
available channel `batch.Scheduler` and also updates the reject and
channel caches.

This then lets us convert the following 2 unit tests to run against the
SQL backends:
- TestPartialNode
- TestAddChannelEdgeShellNodes
2025-06-02 14:53:18 +02:00
..
2024-10-26 14:18:00 +02:00
2024-10-26 14:18:00 +02:00
2024-10-26 14:18:00 +02:00
2025-05-28 10:18:53 +02:00