lnd.xprv/discovery
Olaoluwa Osuntokun f45502f890
discovery: update message processing to emit networkMsg rather than lnwire.Message
In this commit, we make an incremental step towards page of the new
feature of deDupedAnnoucnements to return the set of senders for each
message. All methods the process new channel announcements, will now
return an instance of networkMsg rather than lnwire.Message. This will
allow passing the returned announcement directly into
deDupedAnnoucnements.AddMsg().
2017-12-26 16:23:12 +01:00
..
ann_validation.go discovery: publicly export announcement validation related functions 2017-12-01 19:31:54 -08:00
bootstrapper.go discovery: correctly format ipv6 addresses from dns seed 2017-12-22 20:12:35 +01:00
gossiper_test.go discovery test: update gossiper test for new database structure 2017-12-19 13:01:59 -06:00
gossiper.go discovery: update message processing to emit networkMsg rather than lnwire.Message 2017-12-26 16:23:12 +01: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