lnd/discovery
Johan T. Halseth e3ae204fcb discovery: make gossiper able to resend failed AnnounceSignatures
This commit makes the gossiper track the state of a local
AnnounceSignature message, such that it can retry sending
it to the remote peer if needed. It will also persist this
state in the WaitingProofStore, such that it can resume
from this state at startup.
2017-12-19 13:01:59 -06:00
..
ann_validation.go discovery: publicly export announcement validation related functions 2017-12-01 19:31:54 -08:00
bootstrapper.go multi: fix several typos in godoc comments 2017-12-17 18:40:05 -08:00
gossiper_test.go discovery test: test for remote ChannelUpdate for unknown channel 2017-12-17 18:35:34 -08:00
gossiper.go discovery: make gossiper able to resend failed AnnounceSignatures 2017-12-19 13:01:59 -06:00
log.go lnd: remove seelog logger 2017-06-25 14:19:56 +01:00
utils.go discovery: set proper flag within createChanAnnouncement 2017-11-30 22:33:00 -08:00