lnd/discovery
Conner Fromknecht 3b2e4caa93 discovery/gossiper: isolate sync with node from query
This commit refactors the SynchronizeNode logic such that
  it can be called without interacting with the gossiper's
  main execution loop. This method does not require access
  to any of the gossiper's internal state, making the change
  fairly straightforward. The primary motivation behind
  this change is to minimize the possibility of introducing
  deadlock scenarios between the gossiper and server.
2017-10-27 15:48:37 -07:00
..
ann_validation.go discovery: rename validation.go to ann_validation.go 2017-09-03 16:18:28 -07:00
bootstrapper.go multi: fix linter errors 2017-09-03 17:05:11 -07:00
gossiper.go discovery/gossiper: isolate sync with node from query 2017-10-27 15:48:37 -07:00
gossiper_test.go multi: Update lnd to use new feature vector API. 2017-10-17 22:47:20 -07:00
log.go lnd: remove seelog logger 2017-06-25 14:19:56 +01:00
utils.go multi: Update lnd to use new feature vector API. 2017-10-17 22:47:20 -07:00