lnd.xprv/discovery
Wilmer Paulino aed0c2a90e
discovery: support optional message fields when processing announcements
In this commit, we extend the gossiper with support for external callers
to provide optional fields that can serve as useful when processing a
specific network announcement. This will serve useful for light clients,
which are unable to obtain the channel point and capacity for a given
channel, but can provide them manually for their own set of channels.
2019-04-18 21:57:39 -07:00
..
bootstrapper.go discovery: update autopilot.Node usage to match recent API changes 2018-08-29 15:45:39 -07:00
chan_series.go discovery/chan_series+utils: include max htlc when syncing with peers 2019-01-22 08:42:28 +01:00
gossiper_test.go discovery: support optional message fields when processing announcements 2019-04-18 21:57:39 -07:00
gossiper.go discovery: support optional message fields when processing announcements 2019-04-18 21:57:39 -07:00
log.go multi: init subsystem loggers via build pkg 2018-10-05 13:04:45 +09:00
message_store_test.go discovery/message_store: add gossip message store 2019-02-14 18:29:39 -08:00
message_store.go discovery/message_store: add gossip message store 2019-02-14 18:29:39 -08:00
mock_test.go peer: add SendMessageLazy 2019-03-05 17:08:22 -08:00
reliable_sender_test.go discovery: replace waitPredicate with lntest version 2019-04-03 15:08:12 -07:00
reliable_sender.go discovery: add missing offline peer check before sending message reliably 2019-03-28 17:21:28 -07:00
sync_manager_test.go discovery: introduce gossiper SyncManager subsystem 2019-04-03 15:08:32 -07:00
sync_manager.go discovery: increase DefaultHistoricalSyncInterval to one hour 2019-04-11 15:46:22 -07:00
syncer_test.go discovery: make batch size distinct from chunk size, reduce to 500 2019-04-06 15:27:26 -07:00
syncer.go discovery: make batch size distinct from chunk size, reduce to 500 2019-04-06 15:27:26 -07:00
utils.go discovery: send policy updates for private channels directly to the remote peer 2019-04-10 17:05:51 -07:00