| .. |
|
gui
|
aiorpcx: remove callback based code, add session to Interface
|
2018-09-06 14:17:29 +02:00 |
|
plugins
|
hw wallets: generalise 'minimum_library' for those that provide a version number
|
2018-08-23 18:31:14 +02:00 |
|
scripts
|
file reorganization with top-level module
|
2018-07-13 14:01:37 +02:00 |
|
tests
|
test_bitcoin: fix decorators for running tests twice (#4669)
|
2018-08-30 18:53:14 +02:00 |
|
wordlist
|
file reorganization with top-level module
|
2018-07-13 14:01:37 +02:00 |
|
__init__.py
|
aiorpcx: pin certificates
|
2018-09-06 14:11:35 +02:00 |
|
address_synchronizer.py
|
aiorpcx: remove callback based code, add session to Interface
|
2018-09-06 14:17:29 +02:00 |
|
base_crash_reporter.py
|
file reorganization with top-level module
|
2018-07-13 14:01:37 +02:00 |
|
base_wizard.py
|
hw wallets: generalise 'minimum_library' for those that provide a version number
|
2018-08-23 18:31:14 +02:00 |
|
bitcoin.py
|
minor fixes for prev
|
2018-08-22 21:52:28 +02:00 |
|
blockchain.py
|
blockchain.py: fix: chunks in checkpoint region were not getting saved if we were on a fork
|
2018-08-03 19:06:23 +02:00 |
|
checkpoints.json
|
file reorganization with top-level module
|
2018-07-13 14:01:37 +02:00 |
|
checkpoints_testnet.json
|
file reorganization with top-level module
|
2018-07-13 14:01:37 +02:00 |
|
coinchooser.py
|
coinchooser: small clean-up (use TxOutput.value)
|
2018-08-14 21:50:59 +02:00 |
|
commands.py
|
fix -v syntax
|
2018-08-30 18:37:03 +02:00 |
|
constants.py
|
file reorganization with top-level module
|
2018-07-13 14:01:37 +02:00 |
|
contacts.py
|
file reorganization with top-level module
|
2018-07-13 14:01:37 +02:00 |
|
crypto.py
|
file reorganization with top-level module
|
2018-07-13 14:01:37 +02:00 |
|
currencies.json
|
file reorganization with top-level module
|
2018-07-13 14:01:37 +02:00 |
|
daemon.py
|
aiorpcx: replace network loop with asyncio and try to maintain ten sessions
|
2018-09-06 14:11:20 +02:00 |
|
dnssec.py
|
file reorganization with top-level module
|
2018-07-13 14:01:37 +02:00 |
|
ecc.py
|
file reorganization with top-level module
|
2018-07-13 14:01:37 +02:00 |
|
ecc_fast.py
|
ecc_fast: clarify fallback message
|
2018-08-17 16:01:03 +02:00 |
|
electrum
|
file reorganization with top-level module
|
2018-07-13 14:01:37 +02:00 |
|
exchange_rate.py
|
file reorganization with top-level module
|
2018-07-13 14:01:37 +02:00 |
|
i18n.py
|
file reorganization with top-level module
|
2018-07-13 14:01:37 +02:00 |
|
interface.py
|
aiorpcx: remove callback based code, add session to Interface
|
2018-09-06 14:17:29 +02:00 |
|
jsonrpc.py
|
file reorganization with top-level module
|
2018-07-13 14:01:37 +02:00 |
|
keystore.py
|
remove pbkdf2 dependency, use stdlib instead
|
2018-07-18 14:34:59 +02:00 |
|
mnemonic.py
|
remove pbkdf2 dependency, use stdlib instead
|
2018-07-18 14:34:59 +02:00 |
|
msqr.py
|
file reorganization with top-level module
|
2018-07-13 14:01:37 +02:00 |
|
network.py
|
aiorpcx: revive some maintain_sockets code, reintroduce NODES_RETRY_INTERVAL and SERVER_RETRY_INTERVAL usage, and fix --oneserver
|
2018-09-06 14:17:37 +02:00 |
|
old_mnemonic.py
|
file reorganization with top-level module
|
2018-07-13 14:01:37 +02:00 |
|
paymentrequest.proto
|
file reorganization with top-level module
|
2018-07-13 14:01:37 +02:00 |
|
paymentrequest.py
|
fix #4312
|
2018-08-15 13:43:19 +02:00 |
|
paymentrequest_pb2.py
|
file reorganization with top-level module
|
2018-07-13 14:01:37 +02:00 |
|
pem.py
|
file reorganization with top-level module
|
2018-07-13 14:01:37 +02:00 |
|
plot.py
|
file reorganization with top-level module
|
2018-07-13 14:01:37 +02:00 |
|
plugin.py
|
hw wallets: generalise 'minimum_library' for those that provide a version number
|
2018-08-23 18:31:14 +02:00 |
|
qrscanner.py
|
follow-up prev
|
2018-09-04 16:42:08 +02:00 |
|
ripemd.py
|
file reorganization with top-level module
|
2018-07-13 14:01:37 +02:00 |
|
rsakey.py
|
file reorganization with top-level module
|
2018-07-13 14:01:37 +02:00 |
|
segwit_addr.py
|
file reorganization with top-level module
|
2018-07-13 14:01:37 +02:00 |
|
servers.json
|
file reorganization with top-level module
|
2018-07-13 14:01:37 +02:00 |
|
servers_regtest.json
|
file reorganization with top-level module
|
2018-07-13 14:01:37 +02:00 |
|
servers_testnet.json
|
file reorganization with top-level module
|
2018-07-13 14:01:37 +02:00 |
|
simple_config.py
|
fee estimation: split eta_to_fee into two methods
|
2018-07-30 19:15:05 +02:00 |
|
storage.py
|
verifier: better handle reorgs (and storage upgrade)
|
2018-07-31 15:51:05 +02:00 |
|
synchronizer.py
|
address synchronizer: use aiorpcx session object in network's interface,
|
2018-09-06 14:17:36 +02:00 |
|
transaction.py
|
transaction.py: fix script_GetOp for malformed scripts
|
2018-08-28 20:17:21 +02:00 |
|
util.py
|
aiorpcx: socks support
|
2018-09-06 14:11:36 +02:00 |
|
verifier.py
|
aiorpcx: remove callback based code, add session to Interface
|
2018-09-06 14:17:29 +02:00 |
|
version.py
|
aiorpcx: remove callback based code, add session to Interface
|
2018-09-06 14:17:29 +02:00 |
|
wallet.py
|
wallet: don't cache NaN coin price
|
2018-09-05 14:38:43 +02:00 |
|
websockets.py
|
file reorganization with top-level module
|
2018-07-13 14:01:37 +02:00 |
|
x509.py
|
x509: handle dates in the 22nd century
|
2018-08-24 14:56:58 +02:00 |