lnd/graph
Elle Mouton 382539a6eb
channeldb/graphdb: move outpoint ser/deser funcs to graphdb
We have the same helpers for writing and reading a wire.Outpoint type
defined separately in a couple places. We will want to use these from
the graph db package soon though so instead of defining them again
there, this commit unifies things and creates a single exported set of
helpers. The next commit will make use of these.
2024-11-28 13:34:08 +02:00
..
db channeldb/graphdb: move outpoint ser/deser funcs to graphdb 2024-11-28 13:34:08 +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.go Merge pull request #9072 from lightningnetwork/extract-part3-from-staging-branch 2024-09-19 01:20:55 -06:00
builder_test.go graph: export NewErrf and ErrorCode for upcoming gossiper unit tests 2024-08-27 14:11:06 -04:00
errors.go graph: export NewErrf and ErrorCode for upcoming gossiper unit tests 2024-08-27 14:11:06 -04:00
interfaces.go channeldb: add a graph.DB interface 2024-07-15 15:13:58 +02:00
log.go multi: start updating various loggers to use the new v2 type 2024-10-22 17:03:55 +02:00
notifications.go graph: updated builder to use atomic ints 2024-07-15 15:56:33 +02:00
notifications_test.go graph+routing: address linter errors 2024-07-15 15:56: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.go multi: rename ChannelUpdate to ChannelUpdate1 2024-09-18 16:13:17 +02:00
validation_barrier_test.go multi: rename ChannelUpdate to ChannelUpdate1 2024-09-18 16:13:17 +02:00