lnd/graph
Elle Mouton 9f54ec90aa
multi+refactor: move models package to graph/db
All the structs defined in the `channeldb/models` package are graph
related. So once we move all the graph CRUD code to the graph package,
it makes sense to have the schema structs there too. So this just moves
the `models` package over to `graph/db/models`.
2024-11-28 13:34:33 +02:00
..
db multi+refactor: move models package to graph/db 2024-11-28 13:34:33 +02:00
testdata refactor: move various duties from ChannelRouter to graph.Builder 2024-07-15 15:56:33 +02:00
ann_validation.go multi: move ChannelUpdate validate methods to netann 2024-09-18 16:13:18 +02:00
builder_test.go multi+refactor: move models package to graph/db 2024-11-28 13:34:33 +02:00
builder.go multi+refactor: move models package to graph/db 2024-11-28 13:34:33 +02:00
errors.go graph: export NewErrf and ErrorCode for upcoming gossiper unit tests 2024-08-27 14:11:06 -04:00
interfaces.go multi+refactor: move models package to graph/db 2024-11-28 13:34:33 +02:00
log.go multi: start updating various loggers to use the new v2 type 2024-10-22 17:03:55 +02:00
notifications_test.go multi+refactor: move models package to graph/db 2024-11-28 13:34:33 +02:00
notifications.go multi+refactor: move models package to graph/db 2024-11-28 13:34:33 +02:00
setup_test.go refactor: move various duties from ChannelRouter to graph.Builder 2024-07-15 15:56:33 +02:00
stats.go refactor: move various duties from ChannelRouter to graph.Builder 2024-07-15 15:56:33 +02:00
validation_barrier_test.go multi: rename ChannelUpdate to ChannelUpdate1 2024-09-18 16:13:17 +02:00
validation_barrier.go multi+refactor: move models package to graph/db 2024-11-28 13:34:33 +02:00