..
models
graph+discovery: calculate funding tx script in gossiper
2025-02-12 13:15:54 +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: add NewTestDB method
2025-05-22 14:14:42 +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: test the non-cached version of ForEachNodeDirectedChannel
2025-05-22 14:14:42 +02:00
interfaces.go
graph/db: introduce the V1Store interface
2025-05-22 14:14:40 +02:00
kv_store.go
graph/db: add NewTestDB method
2025-05-22 14:14:42 +02:00
log.go
refactor: move graph related DB code to graph/db from channeldb
2024-11-28 13:36:13 +02:00
notifications.go
graph/db: handle topology updates in a single location
2025-05-12 14:42:22 +02:00
options.go
graph/db: let ChannelGraph init the graphCache
2025-03-24 15:05:46 +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
sql_store.go
graph/db: add a framework for testing against SQL backends incrementally
2025-05-22 14:14:42 +02:00
test_kvdb.go
graph/db: add a framework for testing against SQL backends incrementally
2025-05-22 14:14:42 +02:00
test_postgres.go
graph/db: add a framework for testing against SQL backends incrementally
2025-05-22 14:14:42 +02:00
test_sqlite.go
graph/db: add a framework for testing against SQL backends incrementally
2025-05-22 14:14:42 +02:00