.. |
gui
|
fix: load trustedcoin plugin for two-step wallet creation
|
2019-02-28 13:11:00 +01:00 |
plugins
|
ledger: suppress error message if user cancels tx signing
|
2019-02-28 17:56:08 +01:00 |
scripts
|
scripts: add "quick_start" to showcase some basic functionality
|
2019-02-15 21:14:08 +01:00 |
tests
|
storage_db: fix tests, add modified flag to db class
|
2019-02-28 12:09:36 +01:00 |
wordlist
|
file reorganization with top-level module
|
2018-07-13 14:01:37 +02:00 |
__init__.py
|
expose electrum version as __version__
|
2018-10-31 16:21:04 +01:00 |
address_synchronizer.py
|
json_db: make get operations threadsafe
|
2019-02-28 15:47:42 +01:00 |
base_crash_reporter.py
|
small import clean-up
|
2018-10-11 16:30:30 +02:00 |
base_wizard.py
|
fix: load trustedcoin plugin for two-step wallet creation
|
2019-02-28 13:11:00 +01:00 |
bip32.py
|
wizard: normalize bip32 derivation path
|
2019-02-22 18:50:29 +01:00 |
bitcoin.py
|
mv "electrum seed" stuff from bitcoin.py to mnemonic.py
|
2019-02-22 18:01:54 +01:00 |
blockchain.py
|
wallet: randomise locktime of transactions a bit. also check if stale. (#4967)
|
2019-01-16 18:51:59 +01:00 |
checkpoints.json
|
update block header checkpoints
|
2019-02-08 16:38:59 +01:00 |
checkpoints_testnet.json
|
update block header checkpoints
|
2019-02-08 16:38:59 +01:00 |
coinchooser.py
|
RBF batching: some fixes
|
2018-11-09 17:56:42 +01:00 |
commands.py
|
commands/wallet: separate out 'create' and 'restore' core parts
|
2019-02-28 20:26:29 +01:00 |
constants.py
|
bip32: refactor whole module. clean-up.
|
2019-02-22 18:50:24 +01:00 |
contacts.py
|
qt: use QStandardItemModel
|
2018-12-03 15:35:54 +01:00 |
crypto.py
|
keystore: fail sooner if unsupported version
|
2018-12-18 19:57:58 +01:00 |
currencies.json
|
exchange_rate: small fixups. BitcoinAverage, BitStamp
|
2019-02-27 23:49:25 +01:00 |
daemon.py
|
fix #5088
|
2019-02-08 12:59:06 +01:00 |
dnssec.py
|
dnssec: trivial clean-up
|
2018-10-14 04:23:42 +02:00 |
ecc.py
|
bip32: refactor whole module. clean-up.
|
2019-02-22 18:50:24 +01: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
|
exchange_rate: small fixups. BitcoinAverage, BitStamp
|
2019-02-27 23:49:25 +01:00 |
i18n.py
|
move get_default_language to gui.qt.util
|
2018-09-23 14:11:50 +05:00 |
interface.py
|
interface.is_server_ca_signed: don't rely on assert
|
2019-02-18 18:00:54 +01:00 |
json_db.py
|
json_db: add missing lock
|
2019-02-28 16:11:19 +01:00 |
jsonrpc.py
|
small import clean-up
|
2018-10-11 16:30:30 +02:00 |
keystore.py
|
bip32: refactor whole module. clean-up.
|
2019-02-22 18:50:24 +01:00 |
mnemonic.py
|
bip32: refactor whole module. clean-up.
|
2019-02-22 18:50:24 +01:00 |
msqr.py
|
file reorganization with top-level module
|
2018-07-13 14:01:37 +02:00 |
network.py
|
abstract database away from wallet and address_synchronizer
|
2019-02-28 09:02:58 +01:00 |
old_mnemonic.py
|
mv "electrum seed" stuff from bitcoin.py to mnemonic.py
|
2019-02-22 18:01:54 +01:00 |
paymentrequest.proto
|
file reorganization with top-level module
|
2018-07-13 14:01:37 +02:00 |
paymentrequest.py
|
use certifi directly instead of requests
|
2018-12-13 23:11:59 +01: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
|
wizard: better hww debug messages when unpaired_device_infos fails
|
2019-01-21 18:44:36 +01:00 |
qrscanner.py
|
rename contrib/build-osx as contrib/osx. Move QRReader submodule there.
|
2018-11-29 11:39:57 +01:00 |
ripemd.py
|
file reorganization with top-level module
|
2018-07-13 14:01:37 +02:00 |
rsakey.py
|
no more "import *"
|
2019-02-11 20:21:24 +01:00 |
segwit_addr.py
|
file reorganization with top-level module
|
2018-07-13 14:01:37 +02:00 |
servers.json
|
remove phishing server
|
2019-02-03 12:28:59 +01: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
|
fix get_fee_text for static fees
|
2019-02-18 17:52:50 +01:00 |
storage.py
|
storage: call load_plugins in decrypt
|
2019-02-28 15:50:37 +01:00 |
synchronizer.py
|
abstract database away from wallet and address_synchronizer
|
2019-02-28 09:02:58 +01:00 |
transaction.py
|
move opcodes to bitcoin.py
|
2019-02-22 17:39:58 +01:00 |
util.py
|
separate storage and database (JsonDB)
|
2019-02-28 09:02:58 +01:00 |
verifier.py
|
abstract database away from wallet and address_synchronizer
|
2019-02-28 09:02:58 +01:00 |
version.py
|
prepare release 3.3.4
|
2019-02-13 22:23:30 +01:00 |
wallet.py
|
commands/wallet: separate out 'create' and 'restore' core parts
|
2019-02-28 20:26:29 +01:00 |
websockets.py
|
more type annotations in core lib
|
2018-10-22 16:41:25 +02:00 |
x509.py
|
use certifi directly instead of requests
|
2018-12-13 23:11:59 +01:00 |