fcoin/lib/node
Braydon Fuller 93c6ff845e
indexer: fix, simplify and rewrite indexer base
- Write indexer state and index atomically.
- Simplify chain state with current height.
- Roll forward to best height.
- Synchronize the index with the chain with common method `sync` for
  the events 'connect', 'disconnect' and 'reset'. This will prevent
  any of the events from conflicting with each other.
- Fix the chain rollback and reset.
- Make sure blocks are connected in the correct order.
- Improve logging to log similar to chain.
2019-05-15 12:02:50 -07:00
..
fullnode.js indexer: fix, simplify and rewrite indexer base 2019-05-15 12:02:50 -07:00
http.js indexer: remove address coin index 2019-05-15 12:02:48 -07: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