| .. |
|
gui
|
fix some type annotations involving tuples
|
2018-10-13 05:16:36 +02:00 |
|
plugins
|
follow-up prev
|
2018-10-19 22:24:42 +02:00 |
|
scripts
|
fix #4720
|
2018-09-17 14:44:01 +02:00 |
|
tests
|
fix #4771
|
2018-10-13 04:22:53 +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
|
rm aiosafe decorator. instead: log_exceptions and ignore_exceptions
|
2018-10-12 18:36:48 +02:00 |
|
base_crash_reporter.py
|
small import clean-up
|
2018-10-11 16:30:30 +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
|
fix some type annotations involving tuples
|
2018-10-13 05:16:36 +02:00 |
|
blockchain.py
|
network: auto-switch servers to preferred fork (or longest chain)
|
2018-10-11 20:07:19 +02:00 |
|
checkpoints_testnet.json
|
file reorganization with top-level module
|
2018-07-13 14:01:37 +02:00 |
|
checkpoints.json
|
update mainnet block header checkpoints
|
2018-09-08 17:32:28 +02:00 |
|
coinchooser.py
|
coinchooser: small clean-up (use TxOutput.value)
|
2018-08-14 21:50:59 +02:00 |
|
commands.py
|
cli/rpc: 'restore' and 'create' commands are now available via RPC
|
2018-10-11 20:57:15 +02:00 |
|
constants.py
|
move max_checkpoint from network to constants
|
2018-09-09 05:00:09 +02:00 |
|
contacts.py
|
small import clean-up
|
2018-10-11 16:30:30 +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
|
cli/rpc: 'restore' and 'create' commands are now available via RPC
|
2018-10-11 20:57:15 +02:00 |
|
dnssec.py
|
dnssec: trivial clean-up
|
2018-10-14 04:23:42 +02:00 |
|
ecc_fast.py
|
ecc_fast: clarify fallback message
|
2018-08-17 16:01:03 +02:00 |
|
ecc.py
|
fix some type annotations involving tuples
|
2018-10-13 05:16:36 +02:00 |
|
electrum
|
file reorganization with top-level module
|
2018-07-13 14:01:37 +02:00 |
|
exchange_rate.py
|
rm aiosafe decorator. instead: log_exceptions and ignore_exceptions
|
2018-10-12 18:36:48 +02:00 |
|
i18n.py
|
file reorganization with top-level module
|
2018-07-13 14:01:37 +02:00 |
|
interface.py
|
rm aiosafe decorator. instead: log_exceptions and ignore_exceptions
|
2018-10-12 18:36:48 +02:00 |
|
jsonrpc.py
|
small import clean-up
|
2018-10-11 16:30:30 +02:00 |
|
keystore.py
|
cli/rpc: 'restore' and 'create' commands are now available via RPC
|
2018-10-11 20:57:15 +02:00 |
|
mnemonic.py
|
Merge pull request #4765 from SomberNight/cli_restore_cmd
|
2018-10-12 10:48:09 +02:00 |
|
msqr.py
|
file reorganization with top-level module
|
2018-07-13 14:01:37 +02:00 |
|
network.py
|
network: "switch unwanted fork" should check what fork we are on..
|
2018-10-14 04:23:10 +02:00 |
|
old_mnemonic.py
|
file reorganization with top-level module
|
2018-07-13 14:01:37 +02:00 |
|
paymentrequest_pb2.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 #4720
|
2018-09-17 14:44:01 +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
|
minor clean-up (prints/types/imports)
|
2018-09-28 17:58:46 +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
|
Remove unreachable return statement
|
2018-09-19 11:35:29 +02:00 |
|
segwit_addr.py
|
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 |
|
servers.json
|
file reorganization with top-level module
|
2018-07-13 14:01:37 +02:00 |
|
simple_config.py
|
fees: add 1-2 s/b static options
|
2018-10-02 15:44:09 +02:00 |
|
storage.py
|
fix deprecation warnings in regexes
|
2018-09-20 18:31:17 +02:00 |
|
synchronizer.py
|
mv NetworkJobOnDefaultServer to util
|
2018-10-12 16:09:41 +02:00 |
|
transaction.py
|
transaction: don't convert p2pk to p2pkh address when displaying
|
2018-10-01 04:58:26 +02:00 |
|
util.py
|
fix #4771
|
2018-10-13 04:22:53 +02:00 |
|
verifier.py
|
mv NetworkJobOnDefaultServer to util
|
2018-10-12 16:09:41 +02:00 |
|
version.py
|
aiorpcx: remove callback based code, add session to Interface
|
2018-09-06 14:17:29 +02:00 |
|
wallet.py
|
wallet: rm electrum_version field
|
2018-10-10 20:26:12 +02:00 |
|
websockets.py
|
small import clean-up
|
2018-10-11 16:30:30 +02:00 |
|
x509.py
|
small import clean-up
|
2018-10-11 16:30:30 +02:00 |