electrumx/lib
John L. Jegutanis 1e9a65dccb Handle legacy daemon RPCs
Add support for daemons that don't have the new 'getblock' RPC call that
returns the block in hex, the workaround is to manually recreate the block
bytes. The recreated block bytes may not be the exact ones as in the
underlying blockchain but it is good enough for our indexing purposes.
2017-06-11 01:37:45 +03:00
..
__init__.py Add setup.py 2016-11-05 18:00:03 +09:00
coins.py Update nolnet parameters 2017-06-07 23:47:17 +09:00
enum.py Extend copyright notice; improve comments 2016-11-03 16:45:06 +09:00
hash.py Implement peer discovery protocol 2017-02-18 12:43:45 +09:00
jsonrpc.py Fix uninitialized variable 2017-03-03 08:03:48 +09:00
peer.py Only set last_good if successfully verified 2017-04-03 21:37:51 +09:00
script.py Implement peer discovery protocol 2017-02-18 12:43:45 +09:00
socks.py New feature: force peer discovery via proxy 2017-04-02 15:06:29 +09:00
tx.py Handle legacy daemon RPCs 2017-06-11 01:37:45 +03:00
util.py Handle legacy daemon RPCs 2017-06-11 01:37:45 +03:00