lnd/graph/db/models
Elle Mouton 3069a67b62
graph/db: let GraghCache.AddChannel take CachedEdgeInfo
Define a new CachedEdgeInfo type and let the graph cache's AddChannel
use this. This will let us later on (for the SQL impl of the graph db)
only load from the DB what we actually need for the graph cache.
2025-06-10 20:10:35 +02:00
..
cached_edge_info.go graph/db: let GraghCache.AddChannel take CachedEdgeInfo 2025-06-10 20:10:35 +02:00
cached_edge_policy.go graph/db: add CachedEdgePolicy helpers 2025-06-10 20:10:35 +02:00
channel.go multi+refactor: move models package to graph/db 2024-11-28 13:34:33 +02:00
channel_auth_proof.go multi+refactor: move models package to graph/db 2024-11-28 13:34:33 +02:00
channel_edge_info.go graph+discovery: calculate funding tx script in gossiper 2025-02-12 13:15:54 +02:00
channel_edge_policy.go graph/db: extract InboundFee at deserialisation time 2025-06-09 08:26:33 +02:00
inbound_fee.go multi+refactor: move models package to graph/db 2024-11-28 13:34:33 +02:00
inbound_fee_test.go multi+refactor: move models package to graph/db 2024-11-28 13:34:33 +02:00
node.go models: create a helper to convert wire NodeAnn to models.LNNode type 2025-02-05 08:20:10 +02:00