lnd/graph
Elle Mouton 1859993734
channeldb+graphdb: init graph DB outside of channel db
We also now use the graph DB's own optional functions. An instance of
the graph is currently still passed to the channeldb's
`CreateWithBackend` function. This will be removed in a later commit
once the two have been completely disjoint.
2024-11-28 13:36:15 +02:00
..
db channeldb+graphdb: init graph DB outside of channel db 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
ann_validation.go multi: move ChannelUpdate validate methods to netann 2024-09-18 16:13:18 +02:00
builder.go refactor: move graph related DB code to graph/db from channeldb 2024-11-28 13:36:13 +02:00
builder_test.go refactor: move graph related DB code to graph/db from channeldb 2024-11-28 13:36:13 +02:00
errors.go graph: export NewErrf and ErrorCode for upcoming gossiper unit tests 2024-08-27 14:11:06 -04:00
interfaces.go refactor: move graph related DB code to graph/db from channeldb 2024-11-28 13:36:13 +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 refactor: move graph related DB code to graph/db from channeldb 2024-11-28 13:36:13 +02:00
notifications_test.go channeldb+graphdb: init graph DB outside of channel db 2024-11-28 13:36:15 +02:00
setup_test.go refactor: move various duties from ChannelRouter to graph.Builder 2024-07-15 15:56:33 +02:00
stats.go refactor: move various duties from ChannelRouter to graph.Builder 2024-07-15 15:56:33 +02:00
validation_barrier.go refactor: move graph related DB code to graph/db from channeldb 2024-11-28 13:36:13 +02:00
validation_barrier_test.go multi: rename ChannelUpdate to ChannelUpdate1 2024-09-18 16:13:17 +02:00