lnd.xprv/discovery
Olaoluwa Osuntokun 4be2e95a78
discovery: fix boltdb deadlock bug in ann retrans, retrans at start
This commit does two things. First we fix a deadlock bug within boltdb
that could arise when the channel router attempted to open a
transaction, while the retransmission loop was attempting to send a
message to the channel router (circular wait). Second, we’ve refactored
out the retransmission into its own function. This allows us to kick
off retransmission as soon as the AuthenticatedGossiper is created.
2017-10-04 20:46:10 -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_test.go discovery+routing: remove DeleteEdge from ChannelGraphSource interface 2017-10-04 20:46:08 -07:00
gossiper.go discovery: fix boltdb deadlock bug in ann retrans, retrans at start 2017-10-04 20:46:10 -07:00
log.go lnd: remove seelog logger 2017-06-25 14:19:56 +01:00
utils.go discovery: fill in ChainHash, and Features in ChannelAnnouncement 2017-08-22 00:52:42 -07:00