electrumx/server
Neil Booth 15051124af Make flushes and reorgs async
Apart from the flush on shutdown and the flush when caught up,
neither of which matter, this makes flushes asynchronous.

Also, block processing for reorgs is now asynchronous.

This also removes the FORCE_REORG debug envvar; I want to
put that into the RPC interface.

Closes #102
2017-01-09 16:15:17 +09:00
..
__init__.py
block_processor.py Make flushes and reorgs async 2017-01-09 16:15:17 +09:00
controller.py Make flushes and reorgs async 2017-01-09 16:15:17 +09:00
daemon.py Clean up daemon.py 2017-01-08 18:48:32 +09:00
db.py Check Genesis hash 2017-01-08 10:07:57 +09:00
env.py Make flushes and reorgs async 2017-01-09 16:15:17 +09:00
irc.py Fix IRC flood issues 2017-01-02 17:30:32 +09:00
mempool.py Implement deserialization of SegWit transactions 2017-01-08 10:07:57 +09:00
session.py Make flushes and reorgs async 2017-01-09 16:15:17 +09:00
storage.py Split out history into its own DB. 2017-01-07 11:51:12 +09:00
version.py Prepare 0.10.2 2017-01-08 10:07:58 +09:00