lnd/graph
Elle Mouton b86980ec40
channeldb: remove graph db from channeldb
Now that the channel.DB no longer uses the ChannelGraph pointer, we can
completely remove it as a member of channeldb.DB.
2024-11-28 13:36:15 +02:00
..
db channeldb: remove graph db from channeldb 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_test.go refactor: move graph related DB code to graph/db from channeldb 2024-11-28 13:36:13 +02:00
builder.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_test.go channeldb+graphdb: init graph DB outside of channel db 2024-11-28 13:36:15 +02:00
notifications.go refactor: move graph related DB code to graph/db from channeldb 2024-11-28 13:36:13 +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_test.go multi: rename ChannelUpdate to ChannelUpdate1 2024-09-18 16:13:17 +02:00
validation_barrier.go refactor: move graph related DB code to graph/db from channeldb 2024-11-28 13:36:13 +02:00