electrumx/server
Neil Booth 135ab68f74 Simple protocol negotiation and setting of handlers
It turns out clients pass 0.10 instead of 1.0 as the protocol version.
Distinguish some handlers for 1.0 and 1.1 protocols.
Log protocol version request
Add tests of new library function
2017-09-06 16:24:56 +09:00
..
__init__.py Initial revision 2016-10-08 17:17:43 +09:00
block_processor.py Rename block_full to block. 2017-07-30 20:41:08 +09:00
controller.py Simple protocol negotiation and setting of handlers 2017-09-06 16:24:56 +09:00
daemon.py Some further cleanup 2017-08-26 12:47:47 +09:00
db.py Fix KeyError on incorrect genesis hash (#224) 2017-08-20 05:31:55 +07:00
env.py Add EVENT_LOOP_POLICY environment variable 2017-08-26 14:03:02 +09:00
irc.py fix crash in IRC initialization (#141) 2017-02-27 07:24:20 +09:00
mempool.py Revert "More logical mempool hash handling" 2017-07-23 14:55:03 +09:00
peers.py Add "hash_function" member to server.features. 2017-08-26 15:37:59 +09:00
session.py Simple protocol negotiation and setting of handlers 2017-09-06 16:24:56 +09:00
storage.py recommendations from pycodestyle (pep8 style) 2017-02-07 20:12:50 -08:00
version.py Simple protocol negotiation and setting of handlers 2017-09-06 16:24:56 +09:00