lnd.xprv/discovery
Johan T. Halseth db829cd0c5 discovery: reprocess premature ChannelUpdates
This commit makes the gossiper store received ChannelUpdates
that is not for any known channel in a map, such that they
can be reprocessed when the ChannelAnnouncement arrives.

This is done to handle the case where we receive a ChannelUpdate
from our channel counterparty before we have been able to process
our own local ChannelAnnouncement.
2017-12-17 18:35:34 -08:00
..
ann_validation.go discovery: publicly export announcement validation related functions 2017-12-01 19:31:54 -08:00
bootstrapper.go discovery: fix linter warning 2017-10-30 19:04:00 -07:00
gossiper_test.go discovery: use lnwire.ChanUpdateFlag masks when examinig ChannelUpdate msgs 2017-11-30 22:37:21 -08:00
gossiper.go discovery: reprocess premature ChannelUpdates 2017-12-17 18:35:34 -08: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