fcoin/test/util
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
..
assert.js rpc: multiple fixes and tests 2019-03-11 14:36:13 -07:00
common.js test: configurable and unique test directory path 2019-04-11 10:15:51 -07:00
memwallet.js bcoin: use buffer-map. see #533. 2018-08-10 16:23:46 -07:00
node-context.js wallet: always use separate http server. 2018-03-29 21:56:51 -07:00
reorg.js indexer: add module indexer 2019-05-15 12:02:41 -07:00