electrumx/server
Neil Booth 6aef79461f Don't shut down block processor by cancellation
The block processor needs to be able to close cleanly, and not
mid-block.  In order to be able to yield whilst processing blocks
we cannot forcefully close its coroutine with a cancellation.
2016-11-27 12:20:16 +09:00
..
__init__.py Initial revision 2016-10-08 17:17:43 +09:00
block_processor.py Don't shut down block processor by cancellation 2016-11-27 12:20:16 +09:00
daemon.py Remove obsolete debugging feature 2016-11-23 09:16:41 +09:00
db.py Don't shut down block processor by cancellation 2016-11-27 12:20:16 +09:00
env.py Bump default value of MAX_SEND to 1m bytes. 2016-11-26 15:22:42 +09:00
irc.py Create just one server connection 2016-11-26 18:10:03 +09:00
protocol.py Don't shut down block processor by cancellation 2016-11-27 12:20:16 +09:00
storage.py Open DB differently depending on if syncing 2016-11-27 07:25:28 +09:00
version.py Prepare 0.7.11 2016-11-26 18:20:40 +09:00