lnd/graph
Elle Mouton f89e3ceced
graph/db+sqldb: implement ForEachSourceNodeChannel
In this commit, the ForEachSourceNodeChannel implementation of the
SQLStore is added. Since this is the first method of the SQLStore that
fetches channel and policy info, it also adds all the helpers that are
required to do so. These will be re-used in upcoming commits as more
"For"-type methods are added.

With this implementation, we convert the `TestForEachSourceNodeChannel`
such that it is run against SQL backends.
2025-06-18 08:43:56 +02:00
..
db graph/db+sqldb: implement ForEachSourceNodeChannel 2025-06-18 08:43:56 +02:00
testdata refactor: move various duties from ChannelRouter to graph.Builder 2024-07-15 15:56:33 +02:00
builder.go graph/db: thread context through to HasLightningNode 2025-06-17 19:20:56 +02:00
builder_test.go graph/db: thread context through to HasLightningNode 2025-06-17 19:20:56 +02:00
errors.go graph+discovery: move funding tx validation to gossiper 2025-02-12 15:48:08 +02:00
interfaces.go graph/db: thread context through to HasLightningNode 2025-06-17 19:20:56 +02:00
log.go multi: start updating various loggers to use the new v2 type 2024-10-22 17:03:55 +02:00
notifications_test.go graph/db: thread context to AddLightningNode 2025-06-17 19:20:27 +02:00
setup_test.go refactor: move various duties from ChannelRouter to graph.Builder 2024-07-15 15:56:33 +02:00
stats.go graph: rename routerStats to builderStats 2025-02-07 13:01:39 +02:00