fcoin/lib/node
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
..
fullnode.js indexer: add module indexer 2019-05-15 12:02:41 -07:00
http.js node-http: add check for height being below tip 2019-04-30 21:43:48 -05:00
index.js node: start using blgr and bcfg. 2018-03-29 21:56:47 -07:00
node.js indexer: add module indexer 2019-05-15 12:02:41 -07:00
rpc.js indexer: add module indexer 2019-05-15 12:02:41 -07:00
spvnode.js bcoin: switch to bsert for everything. 2018-08-10 16:23:46 -07:00