electrumx/server
SomberNight 8293da1e10 use estimatesmartfee for fee estimation (#300)
* use estimatesmartfee for fee estimation, in case of BitcoinSegwit

* use estimatesmartfee in daemon if available

* daemon._is_rpc_available() now catches DaemonError instead of using HTTP error code
2017-11-01 15:30:27 +07: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 Remove the get_proof RPC. 2017-10-15 16:27:10 +09:00
daemon.py use estimatesmartfee for fee estimation (#300) 2017-11-01 15:30:27 +07:00
db.py Keep P2PK scripts separate from P2PKH scripts 2017-10-12 14:02:22 +09:00
env.py Enhance PEER_DISCOVERY environment variable 2017-10-11 13:54:13 +09:00
irc.py fix crash in IRC initialization (#141) 2017-02-27 07:24:20 +09:00
mempool.py Fix listunspent methods to remove mempool spends 2017-10-12 13:56:46 +09:00
peers.py Enhance PEER_DISCOVERY environment variable 2017-10-11 13:54:13 +09:00
session.py Remove the get_proof RPC. 2017-10-15 16:27:10 +09:00
storage.py recommendations from pycodestyle (pep8 style) 2017-02-07 20:12:50 -08:00
version.py Prepare 1.2 2017-10-12 14:11:11 +09:00