fcoin/lib/blockchain
Javed Khan 05794f5cb3
indexer: add module indexer
module indexer introduces a extensible architecture for indexing the
chain. It provides a base class which handles syncing with the chain,
handling re-orgs, interruptions, dynamic toggling, etc. TXIndexer
and AddrIndexer are provided for indexing transactions and addresses,
using the same flags as before i.e --index-tx and --index-address.
Indexes are stored in a different database and can be maintained
independently of the chain.
2019-05-15 12:02:41 -07:00
..
chain.js indexer: add module indexer 2019-05-15 12:02:41 -07:00
chaindb.js indexer: add module indexer 2019-05-15 12:02:41 -07:00
chainentry.js utils: custom inspect for objects 2019-03-11 14:28:45 -07:00
common.js merkleblock/minerblock: fix hasTX calls. 2017-02-28 09:32:17 -08:00
index.js refactor: module index. 2017-06-27 09:28:18 -07:00
layout.js indexer: add module indexer 2019-05-15 12:02:41 -07:00