lnd/graph/db
ziggie 4518bc7276
htlcswitch: fix outgoing cltv spelling
Rename the ForwardingInfo.OutgoingCTLV field to OutgoingCLTV and update all
call sites. This keeps the exported field spelling consistent with the CLTV
terminology used elsewhere.

Also fix the remaining CTLV typos in nearby comments.
2026-06-25 19:06:26 -03:00
..
migration1 multi: upgrade to btcd v2 modules 2026-06-24 10:58:36 -07:00
models htlcswitch: fix outgoing cltv spelling 2026-06-25 19:06:26 -03:00
addr.go multi: drop tor v2 onion production, keep wire codec faithful 2026-05-22 09:42:37 -03:00
addr_test.go graph/db: migrate tests from Fatal to require helpers 2026-02-25 11:14:55 +02:00
benchmark_test.go multi: upgrade to btcd v2 modules 2026-06-24 10:58:36 -07:00
channel_cache.go graph/db: version channelCache by gossip version 2026-02-20 08:46:57 +02:00
channel_cache_test.go multi: upgrade to btcd v2 modules 2026-06-24 10:58:36 -07:00
codec.go multi: upgrade to btcd v2 modules 2026-06-24 10:58:36 -07:00
errors.go graph/db: let IsZombieEdge return an error 2025-06-26 10:19:51 +02:00
graph.go multi: upgrade to btcd v2 modules 2026-06-24 10:58:36 -07:00
graph_cache.go multi: upgrade to btcd v2 modules 2026-06-24 10:58:36 -07:00
graph_cache_state.go graph/db: allow async cache population 2026-03-24 09:49:23 +02:00
graph_cache_test.go graph/db: refactor CachedEdgePolicy to use explicit boolean fields 2026-02-13 07:21:24 +02:00
graph_test.go multi: upgrade to btcd v2 modules 2026-06-24 10:58:36 -07:00
interfaces.go multi: upgrade to btcd v2 modules 2026-06-24 10:58:36 -07:00
kv_store.go multi: upgrade to btcd v2 modules 2026-06-24 10:58:36 -07:00
kv_store_features_test.go graphdb: fix backwards-compat for channel edge feature deserialization 2026-02-03 09:12:04 -08:00
log.go graph/db+log: use v2 logger for graph subsystem 2025-07-29 11:34:47 +02:00
notifications.go multi: upgrade to btcd v2 modules 2026-06-24 10:58:36 -07:00
options.go graph/db: version NodeUpdatesInHorizon and ChanUpdatesInHorizon 2026-03-31 09:14:49 +02:00
reject_cache.go graph/db: add versioned HasChannelEdge method 2026-02-13 07:21:24 +02:00
reject_cache_test.go graph/db: migrate tests from Fatal to require helpers 2026-02-25 11:14:55 +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 multi: upgrade to btcd v2 modules 2026-06-24 10:58:36 -07:00
test_kvdb.go graph/db: add helper variable for tests 2026-02-13 07:21:21 +02:00
test_postgres.go multi: upgrade to btcd v2 modules 2026-06-24 10:58:36 -07:00
test_sqlite.go multi: upgrade to btcd v2 modules 2026-06-24 10:58:36 -07:00