lnd.xprv/discovery
Olaoluwa Osuntokun 9c957193cf
discovery: remove retries from DNS based SampleNodeAddrs, allow down seeds
In this commit, we modify the `SampleNodeAddrs` method to no longer
retry itself. Instead, we'll now leave this task to the caller of the
this method. Additionally, we'll no longer return with an error if we
can't hit a particular seed. Instead, we'll log the error and move onto
the next seed. Finally, we'll also no longer require that the DNS seed
has a secondary seed in order to support a wider array of DNS seeds.
2019-06-28 16:10:47 -07:00
..
bootstrapper.go discovery: remove retries from DNS based SampleNodeAddrs, allow down seeds 2019-06-28 16:10:47 -07:00
chan_series.go multi: move Route to sub-pkg routing/route 2019-04-29 14:52:33 +02:00
gossiper_test.go discovery,fundingmanager: avoid serialization in NotifyWhenOnline 2019-06-04 16:36:21 -03:00
gossiper.go discovery: set source of node announcement broadcast to belonging node 2019-06-20 13:59:37 -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 discovery: queue active syncers until initial historical sync signal 2019-04-24 13:20:57 -07:00
reliable_sender_test.go discovery,fundingmanager: avoid serialization in NotifyWhenOnline 2019-06-04 16:36:21 -03:00
reliable_sender.go discovery,fundingmanager: avoid serialization in NotifyWhenOnline 2019-06-04 16:36:21 -03:00
sync_manager_test.go discovery/sync_manager_test: add TestSyncManagerHistoricalSyncOnReconnect 2019-05-24 11:05:30 +02:00
sync_manager.go discovery/sync_manager: restart historical sync on first connected peer 2019-05-24 11:05:29 +02:00
syncer_test.go discovery/syncer_test: fix benign off-by-one in DelayDOS test 2019-04-26 20:05:23 -07:00
syncer.go Merge pull request #3044 from cfromknecht/spelling-fixes 2019-05-07 08:50:36 +02:00
utils.go discovery: send policy updates for private channels directly to the remote peer 2019-04-10 17:05:51 -07:00