lnd.xprv/routing/chainview
Johan T. Halseth 6d15be5b79
routing/chainview: use blockEventQueue for neutrino block events
This commit makes use of the blockEventQueue within the neutrino
implementation of FilteredChainView to ensure connected and
disconnected blocks are consumed in order by the reader.

It also specifies that neutrino is not to send disconnected blocks
notifications during rescans, making it consistent with the btcd
implementation.
2017-11-03 00:05:30 +01:00
..
btcd.go routing/chainview: implement staleBlocks for btcd view. 2017-11-03 00:05:30 +01:00
interface_test.go chainntnfs+routing/chainview: reduce neutrino.WaitForMoreCFHeaders value 2017-09-13 16:46:11 +02:00
interface.go routing/chainview: additional comments to FilteredChainView godoc 2017-11-03 00:05:29 +01:00
log.go lnd: remove seelog logger 2017-06-25 14:19:56 +01:00
neutrino.go routing/chainview: use blockEventQueue for neutrino block events 2017-11-03 00:05:30 +01:00
queue.go routing/chainView: add blockEventQueue data structure 2017-11-03 00:05:28 +01:00