lnd.xprv/discovery
Johan T. Halseth 889a4eb48b discovery: send channel announcements before node announcements.
According to BOLT#7, nodes will ignore node announcements
for nodes not found in any previous channel announcements.
This commit makes the discovery service send its known
channels before its known nodes when syncing the channel
graph with a peer.
2017-08-02 15:58:58 -07:00
..
log.go lnd: remove seelog logger 2017-06-25 14:19:56 +01:00
service_test.go multi: run all test instances in parallel 2017-06-17 01:00:07 +02:00
service.go discovery: send channel announcements before node announcements. 2017-08-02 15:58:58 -07:00
utils.go discovery: update to recent lnwire.ChannelUpdate changes 2017-06-16 22:48:14 +02:00
validation.go discovery+funding: update wire message usage to latest API changes 2017-04-19 16:20:53 -07:00