electrumx/server
Neil Booth f904ce2f5d Rework the JSON layer
Batch requests are now processed and encoded incrementally.
Their bandwidth usage is also incrementally added, and so overlarge
responses are rejected as soon as they become too large.
JSON text is also more memory efficient than the python data
structures they represent.
2016-12-07 08:11:30 +09:00
..
__init__.py Initial revision 2016-10-08 17:17:43 +09:00
block_processor.py Process blocks in the executor 2016-12-03 23:32:20 +09:00
daemon.py Replace $DAEMON_VERSION and $DAEMON_SUBVERSION 2016-11-29 23:03:05 +09:00
db.py Fix ordering in get_utxos 2016-11-27 21:54:05 +09:00
env.py Revert "Add feature to rate limit connections" 2016-12-05 23:27:36 +09:00
irc.py IRC encoding fix 2016-12-03 20:19:58 +09:00
protocol.py Rework the JSON layer 2016-12-07 08:11:30 +09:00
storage.py Remove all RocksDB references on close 2016-11-29 19:50:44 +09:00
version.py Prepare 0.8.4 2016-12-06 06:40:19 +09:00