lnd/graph/db/models
Elle Mouton 3dfc835354
graph/db: add V2 Node constructor
We add a new NewV2Node constructor which takes a new NodeV2Fields as a
parameter. This NodeV2Fields struct defines the fields that can be set
in a models.Node if the version is V2.
2026-02-13 07:21:20 +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 graph/db: simplify auth proof and edge info 2025-11-12 22:54:05 +08:00
channel_edge_info.go graph/db/models: fix race conditions in ChannelEdgeInfo 2025-12-08 11:56:36 +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 graph/db: add V2 Node constructor 2026-02-13 07:21:20 +02:00