fcoin/lib/indexer
Braydon Fuller ed06c2184d
indexer: check that blocks are connected
There was a rare case that a block could be incorrectly added to
the indexer if the indexer was disabled during a reorg to a height
that matched the height that was expected, and the `sync` method
for the indexer wasn't called that would detect the reorg.
2019-05-15 12:11:37 -07:00
..
addrindexer.js indexer: fix reset and reorg handling 2019-05-15 12:11:37 -07:00
index.js indexer: use chain and blocks for indexer, remove chain client 2019-05-15 12:02:47 -07:00
indexer.js indexer: check that blocks are connected 2019-05-15 12:11:37 -07:00
layout.js indexer: simplify block meta and remove records 2019-05-15 12:11:05 -07:00
txindexer.js indexer: fix reset and reorg handling 2019-05-15 12:11:37 -07:00