electrumx/server
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 Initial revision 2016-10-08 17:17:43 +09:00
block_processor.py A couple of tweaks to the prior commit. 2017-03-25 11:35:55 +09:00
controller.py Allow custom ElectrumX class 2017-05-14 16:26:17 +00:00
daemon.py Handle legacy daemon RPCs 2017-06-11 01:37:45 +03:00
db.py Dynamic header support 2017-03-25 11:35:55 +09:00
env.py Prepare 1.0.9 2017-04-09 14:20:17 +09:00
irc.py fix crash in IRC initialization (#141) 2017-02-27 07:24:20 +09:00
mempool.py Allow custom Daemon and BlockProcessor classes 2017-05-07 14:22:23 +02:00
peers.py Disable IRC for bitcoin mainnet 2017-06-07 23:47:17 +09:00
session.py Merge pull request #183 from thelazier/dash_mn_methods 2017-05-16 19:02:17 +07:00
storage.py recommendations from pycodestyle (pep8 style) 2017-02-07 20:12:50 -08:00
version.py Prepare 1.0.11 2017-06-07 23:47:18 +09:00