lnd.xprv/discovery
Wilmer Paulino 3bb1733fa2
discovery+server: use network-specific functions for fallback SRV lookup
In this commit, we fix a bug where a fallback SRV lookup would leak
information if `lnd` was set to route connections over Tor. We solve
this by using the network-specific functions rather than the standard
ones found in the `net` package.
2018-06-04 20:41:43 -07:00
..
ann_validation.go discovery: update graph API usage to match recent API changes 2018-02-06 20:14:32 -08:00
bootstrapper.go discovery+server: use network-specific functions for fallback SRV lookup 2018-06-04 20:41:43 -07:00
gossiper_test.go multi: fix typos in comments 2018-04-17 19:03:27 -07:00
gossiper.go discovery: if unable to find gossipSyncer for peer, create one 2018-05-31 17:54:45 -07:00
log.go lnd: remove seelog logger 2017-06-25 14:19:56 +01:00
syncer_test.go discovery: add new SyncState method to gossipSyncer 2018-05-31 16:31:00 -07:00
syncer.go discovery: attempt to request the full chan ann for stray chan updates 2018-05-31 16:31:01 -07:00
utils.go discovery+lnd: create new chanSeries impl of the ChannelGraphTimeSeries interface 2018-05-31 16:30:55 -07:00