electrumx/lib
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 Add setup.py 2016-11-05 18:00:03 +09:00
coins.py Make flushes and reorgs async 2017-01-09 16:15:17 +09:00
enum.py Extend copyright notice; improve comments 2016-11-03 16:45:06 +09:00
hash.py Extend copyright notice; improve comments 2016-11-03 16:45:06 +09:00
jsonrpc.py Move to hashX 2017-01-07 11:51:01 +09:00
script.py Move to hashX 2017-01-07 11:51:01 +09:00
tx.py Implement deserialization of SegWit transactions 2017-01-08 10:07:57 +09:00
util.py New VirtualFile abstraction 2017-01-07 11:51:11 +09:00