electrumx/lib
Neil Booth a7462a6ea3 Complete rewrite of JSON RPC infrastructure
Aim to be easier for clients to use, because to do peer
discovery we must act as a client to other servers.

Split out JSON session concept from the asyncio protocol
concept.  This makes the JSON RPC support more easily
testable and usable as a stand-alone library.

In addition, support JSON RPC v1 and v2, and auto-detection
of peer's version.
2017-01-23 23:36:02 +09:00
..
__init__.py Add setup.py 2016-11-05 18:00:03 +09:00
coins.py Changed litecoin genesis block hash (#109) 2017-01-22 23:41:45 +09:00
enum.py Extend copyright notice; improve comments 2016-11-03 16:45:06 +09:00
hash.py Don't maintain a sub_count in controller 2017-01-20 08:09:33 +09:00
jsonrpc.py Complete rewrite of JSON RPC infrastructure 2017-01-23 23:36:02 +09:00
script.py Don't maintain a sub_count in controller 2017-01-20 08:09:33 +09:00
tx.py Don't maintain a sub_count in controller 2017-01-20 08:09:33 +09:00
util.py Don't maintain a sub_count in controller 2017-01-20 08:09:33 +09:00