electrumx/server
Neil Booth 409ea2c784 Daemon's send takes a processor
Simplest way to process the result and still be able to raise exceptions
in the daemon request loop.  In particular, we can pass missing txs through
as None in getrawtransactions.

Fixes #9
2016-11-12 09:09:31 +09:00
..
__init__.py Initial revision 2016-10-08 17:17:43 +09:00
block_processor.py Start saving DB version and checking it 2016-11-12 07:31:56 +09:00
daemon.py Daemon's send takes a processor 2016-11-12 09:09:31 +09:00
db.py Start saving DB version and checking it 2016-11-12 07:31:56 +09:00
env.py Add daemon debugging caught-up facility 2016-11-05 21:37:02 +09:00
protocol.py Update release notes. 2016-11-11 21:18:51 +09:00
storage.py Fix RocksDB and LMDB 2016-11-06 18:16:43 +01:00
version.py Update release notes. 2016-11-11 21:18:51 +09:00