lnd/graph/db
Elle Mouton 547b836180
sqldb+graph/db: fix UpsertNode bug
Account for the last_update field being null.
2025-06-02 17:29:03 +02:00
..
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 graph/db: more test coverage for node addresses 2025-05-22 14:14:42 +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 sqldb+graph/db: fix UpsertNode bug 2025-06-02 17:29:03 +02:00
interfaces.go graph/db: introduce the V1Store interface 2025-05-22 14:14:40 +02:00
kv_store.go graph/db: only init extra byte if not nil 2025-06-02 14:53:18 +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 sqldb+graphdb: SQL methods for Node CRUD 2025-05-27 18:36:59 +02:00
options.go graph/db: rename KVStoreOptions to StoreOptions 2025-05-23 11:01:17 +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+sqldb: add HighestChanID to SQLStore 2025-06-02 14:53:18 +02:00
test_kvdb.go graph/db: skip TestGraphLoading for non-bbolt store 2025-05-23 10:53:27 +02:00
test_postgres.go graph/db: add StoreOptions to NewSQLStore 2025-05-23 11:05:36 +02:00
test_sqlite.go graph/db: add StoreOptions to NewSQLStore 2025-05-23 11:05:36 +02:00