lnd/graph/db
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
..
models models: create a helper to convert wire NodeAnn to models.LNNode type 2025-02-05 08:20:10 +02:00
addr.go graph/db: de(ser)ialise opaque node addrs 2025-02-05 12:41:50 +02:00
addr_test.go channeldb+graph/db: move net.Addr encode/decode to graph db package 2024-11-28 13:34:08 +02:00
channel_cache.go refactor: move graph related DB code to graph/db from channeldb 2024-11-28 13:36:13 +02:00
channel_cache_test.go refactor: move graph related DB code to graph/db from channeldb 2024-11-28 13:36:13 +02:00
codec.go channeldb/graphdb: move outpoint ser/deser funcs to graphdb 2024-11-28 13:34:08 +02:00
errors.go refactor: move graph related DB code to graph/db from channeldb 2024-11-28 13:36:13 +02:00
graph.go graph/db: remove GraphCacheNode interface 2025-02-11 08:19:33 +02:00
graph_cache.go graph/db: remove GraphCacheNode interface 2025-02-11 08:19:33 +02:00
graph_cache_test.go graph/db: remove GraphCacheNode interface 2025-02-11 08:19:33 +02:00
graph_test.go graph/db: remove GraphCacheNode interface 2025-02-11 08:19:33 +02:00
interfaces.go graph/db: add NodeRTx interface and implement it 2025-02-10 08:23:58 +02:00
log.go refactor: move graph related DB code to graph/db from channeldb 2024-11-28 13:36:13 +02:00
options.go channeldb+graphdb: init graph DB outside of channel db 2024-11-28 13:36:15 +02:00
reject_cache.go refactor: move graph related DB code to graph/db from channeldb 2024-11-28 13:36:13 +02:00
reject_cache_test.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 graph related DB code to graph/db from channeldb 2024-11-28 13:36:13 +02:00