lnd/graph
Elle Mouton 5c2c00e414
graph/db: remove GraphCacheNode interface
With the previous commit, the AddNode method was removed and since that
was the only method making use of the ForEachChannel on the
GraphCacheNode interface, we can remove that method. Since the only two
methods left just expose the node's pub key and features, it really is
not required anymore and so the entire thing can be removed along with
the implementation of it.
2025-02-11 08:19:33 +02:00
..
db graph/db: remove GraphCacheNode interface 2025-02-11 08:19:33 +02:00
graphsession refactor: move graphsession pkg to graph package 2024-11-28 13:36:15 +02:00
testdata refactor: move various duties from ChannelRouter to graph.Builder 2024-07-15 15:56:33 +02:00
builder.go Merge pull request #9480 from ellemouton/autopilotRefactor 2025-02-10 09:07:47 -06:00
builder_test.go graph: fix flake in unit test 2025-02-10 14:07:04 +01:00
errors.go discovery+graph: convert errors from codes to variables 2025-02-07 15:26:16 +02:00
interfaces.go graph: remove unused ForEachNode method from Builder 2025-02-10 08:16:34 +02:00
log.go multi: start updating various loggers to use the new v2 type 2024-10-22 17:03:55 +02:00
notifications.go multi: move LightningNode struct to models package 2024-11-28 13:36:32 +02:00
notifications_test.go graph: fix flake in unit test 2025-02-10 14:07:04 +01: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