lnd/discovery
Elle Mouton 2f2845dfc0
refactor+multi: use *lnwire.FeatureVector for ChannelEdgeInfo features
In this commit, we move the serialisation details of a channel's
features to the DB layer and change the `models` field to instead use a
more useful `*lnwire.FeatureVector` type.

This makes the features easier to work with and moves the serialisation
to where it is actually used.
2025-07-01 17:02:07 +02:00
..
ban.go discovery: add banman for channel announcements 2024-08-27 14:11:06 -04:00
ban_test.go discovery: add banman for channel announcements 2024-08-27 14:11:06 -04:00
bootstrapper.go discovery: use a no-op hash accumluator for local networks 2025-07-01 11:27:18 +02:00
chan_series.go graph/db: thread context through to HighestChanID 2025-06-19 14:49:32 +02:00
gossiper.go refactor+multi: use *lnwire.FeatureVector for ChannelEdgeInfo features 2025-07-01 17:02:07 +02:00
gossiper_test.go multi: use the "errors" package everywhere 2025-06-30 09:46:55 +02:00
log.go multi: start updating various loggers to use the new v2 type 2024-10-22 17:03:55 +02:00
message_store.go multi: rename ChannelUpdate to ChannelUpdate1 2024-09-18 16:13:17 +02:00
message_store_test.go multi: rename chan DB Open method to OpenForTesting 2024-11-28 13:51:15 +02:00
mock_test.go discovery: implement ChannelAnnouncement banning 2024-08-27 14:11:06 -04:00
reliable_sender.go discovery: revert passing ctx through to Start methods 2025-05-22 14:14:39 +02:00
reliable_sender_test.go discovery: pass context through to reliable sender 2025-05-22 14:14:36 +02:00
sync_manager.go discovery: revert passing ctx through to Start methods 2025-05-22 14:14:39 +02:00
sync_manager_test.go discovery: revert passing ctx through to Start methods 2025-05-22 14:14:39 +02:00
syncer.go graph/db: thread context through to HighestChanID 2025-06-19 14:49:32 +02:00
syncer_test.go graph/db: thread context through to HighestChanID 2025-06-19 14:49:32 +02:00
validation_barrier.go multi: use the "errors" package everywhere 2025-06-30 09:46:55 +02:00
validation_barrier_test.go graph -> discovery: move ValidationBarrier to discovery 2025-01-23 13:04:39 -05:00