lnd/graph
Elle Mouton 45450886d7
graph/db: populate the graph cache in Start instead of during construction
In this commit, we move the graph cache population logic out of the
ChannelGraph constructor and into its Start method instead.
2025-03-24 15:05:47 +02:00
..
db graph/db: populate the graph cache in Start instead of during construction 2025-03-24 15:05:47 +02:00
testdata refactor: move various duties from ChannelRouter to graph.Builder 2024-07-15 15:56:33 +02:00
builder.go graph: refactor Builder network message handling 2025-02-21 10:39:00 -03:00
builder_test.go graph+discovery: move funding tx validation to gossiper 2025-02-12 15:48:08 +02:00
errors.go graph+discovery: move funding tx validation to gossiper 2025-02-12 15:48:08 +02:00
interfaces.go graph: update proof by ID 2025-02-18 11:05:28 -03: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 multi: add Start and Stop methods for ChannelGraph 2025-03-24 15:05:47 +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