lnd.xprv/discovery
Laura Cressman 39d38da732 discovery: create deDupedAnnouncements struct in gosspier.go
For Part 1 of Issue #275. Create isolated private struct in
networkHandler goroutine that will de-duplicate
announcements added to the batch. The struct contains maps
for each of channel announcements, channel updates, and
node announcements to keep track of unique announcements.

The struct has a Reset method to reset stored announcements, an
AddMsg(lnwire.Message) method to add a new message to the current
batch, and a Batch method to return the set of de-duplicated
announcements.

Also fix a few minor typos.
2017-11-15 16:50:19 -08:00
..
ann_validation.go discovery: rename validation.go to ann_validation.go 2017-09-03 16:18:28 -07:00
bootstrapper.go discovery: fix linter warning 2017-10-30 19:04:00 -07:00
gossiper_test.go multi: Update lnd to use new feature vector API. 2017-10-17 22:47:20 -07:00
gossiper.go discovery: create deDupedAnnouncements struct in gosspier.go 2017-11-15 16:50:19 -08:00
log.go lnd: remove seelog logger 2017-06-25 14:19:56 +01:00
utils.go multi: Update lnd to use new feature vector API. 2017-10-17 22:47:20 -07:00