-WIP-electrum-btcp/lib
ThomasV c3f3843cc3 Add memory pool based fee estimates
- fee estimates can use ETA or mempool
 - require protocol version 1.2
 - remove fee_unit preference
2018-02-05 12:23:32 +01:00
..
tests fix #3788 2018-01-29 02:00:43 +01:00
wordlist
__init__.py
base_wizard.py fix #3508 2018-02-04 22:02:10 +01:00
bitcoin.py Add memory pool based fee estimates 2018-02-05 12:23:32 +01:00
blockchain.py fix #3635 2018-01-13 17:09:25 +01:00
checkpoints.json Replace initial headers download with hardcoded checkpoints 2017-12-12 10:20:44 +01:00
checkpoints_testnet.json Add checkpoints file for testnet. Check that received headers are after max_checkpoint 2017-12-13 14:22:46 +01:00
coinchooser.py allow coinchooser to spend local txns 2018-01-31 16:45:47 +01:00
commands.py use string.format instead of old style (%) formatting 2018-02-04 07:26:55 +01:00
contacts.py
currencies.json
daemon.py Merge pull request #3664 from SomberNight/json_rpc_pw 2018-01-08 00:28:27 +01:00
dnssec.py
exchange_rate.py fix #3783 2018-01-28 01:56:26 +01:00
i18n.py
interface.py
jsonrpc.py Password-protect the JSON RPC interface 2018-01-07 19:30:23 +01:00
keystore.py allow encrypting watch-only wallets. initial support for hw wallet storage encryption. 2018-01-28 02:09:44 +01:00
mnemonic.py avoid shorter seeds 'by luck' 2017-12-27 18:26:50 +01:00
msqr.py
network.py Add memory pool based fee estimates 2018-02-05 12:23:32 +01:00
old_mnemonic.py
paymentrequest.proto
paymentrequest.py
paymentrequest_pb2.py
pem.py fix #3411 2018-01-04 03:40:35 +01:00
plot.py Handle empty outgoing transactions for plot 2017-12-09 20:39:07 +01:00
plugins.py fix #3508 2018-02-04 22:02:10 +01:00
qrscanner.py Fix segfault when using a specific camera device 2017-12-17 20:45:03 +01:00
ripemd.py
rsakey.py
segwit_addr.py
servers.json
servers_testnet.json
simple_config.py Add memory pool based fee estimates 2018-02-05 12:23:32 +01:00
storage.py allow encrypting watch-only wallets. initial support for hw wallet storage encryption. 2018-01-28 02:09:44 +01:00
synchronizer.py allow to save unbroadcasted transactions in wallet 2018-01-18 11:56:21 +01:00
transaction.py follow-up 70aa1f1db9 2018-01-30 17:00:19 +01:00
util.py add block explorer: blockonomics.co 2018-02-01 03:28:44 +01:00
verifier.py fix #3635 2018-01-13 17:09:25 +01:00
version.py Add memory pool based fee estimates 2018-02-05 12:23:32 +01:00
wallet.py Add memory pool based fee estimates 2018-02-05 12:23:32 +01:00
websockets.py websocket: migrate to scripthashes 2018-01-16 16:02:58 +01:00
x509.py