electrumx/server
Neil Booth 98fd178c62 Make mempool truly asynchronous
Mempool updates happen in parallel asynchronously to processing of
new blocks once caught up.  This means that, e.g., during the initial
slow mempool download incoming blocks can be processed and communicated
to clients without waiting for the downloaded mempool transaction
analysis to complete.  From a client's point of view the server won't
be seen as lagging.
2016-11-20 18:17:55 +09:00
..
__init__.py Initial revision 2016-10-08 17:17:43 +09:00
block_processor.py Make mempool truly asynchronous 2016-11-20 18:17:55 +09:00
daemon.py Move pretty printing of sessions to client 2016-11-12 21:36:49 +09:00
db.py Floor disk_count at zero. 2016-11-19 20:56:08 +09:00
env.py Add subscription limits 2016-11-19 10:51:16 +09:00
irc.py Have task coros handle cancelled exceptions 2016-11-15 20:09:38 +09:00
protocol.py Make mempool truly asynchronous 2016-11-20 18:17:55 +09:00
storage.py Fix RocksDB and LMDB 2016-11-06 18:16:43 +01:00
version.py Prepare 0.6.3 2016-11-19 17:10:58 +09:00