You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Neil Booth
dee402b961
Plugin wallets: better error when unloadable
...
Used to get:
jsonrpclib.jsonrpc.ProtocolError: (-32603, u'Server error: File "src/electrum/lib/plugins.py", line 144, in wallet_plugin_loader | KeyError: \'trustedcoin\'')
Now get:
jsonrpclib.jsonrpc.ProtocolError: (-32603, u'Server error: File "src/electrum/lib/plugins.py", line 81, in load_plugin | RuntimeError: cmdline implementation for trustedcoin plugin not found')
10 years ago
..
android
reorganize files and bring code inline with current master
10 years ago
tests
fix tests
10 years ago
wordlist
Add Chinese Simplified wordlist
10 years ago
www
add php example
10 years ago
__init__.py
Better install wizard
10 years ago
account.py
Clean up and fix account adding
10 years ago
asn1tinydecoder.py
replace TLSLite dependency with minimal RSA implementation
11 years ago
bitcoin.py
Minikey: minimum length 20
10 years ago
blockchain.py
fix #1579
10 years ago
bmp.py
Use string joins instead of concatenation for efficiency.
11 years ago
coinchooser.py
Don't split small change
10 years ago
commands.py
replace tx.input, tx.output by methods, so that deserialize calls are encapsulated
10 years ago
contacts.py
dont silence dns errors
11 years ago
daemon.py
fix start_threads in wizard
10 years ago
dnssec.py
replace TLSLite dependency with minimal RSA implementation
11 years ago
i18n.py
add new languages to i18n
11 years ago
interface.py
Revert "Use ssl.PROTOCOL_TLSv1 on client side to avoid SSLv23"
10 years ago
mnemonic.py
Add Chinese Simplified wordlist
10 years ago
msqr.py
removed trailing whitespace and fixed indentation in history widget
11 years ago
network.py
network: gracefully handle EINTR in select syscall
10 years ago
old_mnemonic.py
move mnemonic to separate class and use slush's wordlist. new commands: make_seed and check_seed
11 years ago
paymentrequest.proto
adding initial bip70 script (wozz)
12 years ago
paymentrequest.py
fix: add missing definition of sha1
10 years ago
paymentrequest_pb2.py
removed trailing whitespace and fixed indentation in history widget
11 years ago
pem.py
replace TLSLite dependency with minimal RSA implementation
11 years ago
plugins.py
Plugin wallets: better error when unloadable
10 years ago
qrscanner.py
More modality fixes and cleanups
10 years ago
ripemd.py
removed trailing whitespace and fixed indentation in history widget
11 years ago
rsakey.py
fix: add missing definition of sha1
10 years ago
simple_config.py
Better install wizard
10 years ago
socks.py
re-add older version of socks.py to repo, because SocksiPy-branch does not work with current code
11 years ago
synchronizer.py
Clean up and fix account adding
10 years ago
transaction.py
replace tx.input, tx.output by methods, so that deserialize calls are encapsulated
10 years ago
util.py
TrezorClient: should be in a separate thread
10 years ago
verifier.py
Use network to get local height
10 years ago
version.py
increase version number
10 years ago
wallet.py
Fix typo causing change address reuse
10 years ago
websockets.py
websockets: minor fix
10 years ago
wizard.py
Installwizard: tweak hardware wallet handling
10 years ago
x509.py
remove unused code
10 years ago