lnd/graph
Eugene Siegel 6a47a501c3 discovery+graph: track job set dependencies in ValidationBarrier
This commit does two things:
- removes the concept of allow / deny. Having this in place was a
  minor optimization and removing it makes the solution simpler.
- changes the job dependency tracking to track sets of abstact
  parent jobs rather than individual parent jobs.

As a note, the purpose of the ValidationBarrier is that it allows us
to launch gossip validation jobs in goroutines while still ensuring
that the validation order of these goroutines is adhered to when it
comes to validating ChannelAnnouncement _before_ ChannelUpdate and
_before_ NodeAnnouncement.
2025-01-23 11:43:07 -05:00
..
db multi: add debug logs for edge policy flow 2025-01-17 00:17:23 +08:00
graphsession refactor: move graphsession pkg to graph package 2024-11-28 13:36:15 +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 graph: change ValidationBarrier usage in the builder code 2025-01-23 11:43:07 -05:00
builder_test.go multi: move LightningNode struct to models package 2024-11-28 13:36:32 +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: remove kvdb.Tx from ChannelGraphSource.ForAllOutgoingChannels 2024-11-28 13:49:41 +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 multi: move LightningNode struct to models package 2024-11-28 13:36:32 +02:00
notifications_test.go multi: fix linter errors 2024-11-28 13:51:15 +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 discovery+graph: track job set dependencies in ValidationBarrier 2025-01-23 11:43:07 -05:00
validation_barrier_test.go discovery+graph: track job set dependencies in ValidationBarrier 2025-01-23 11:43:07 -05:00