..
tests
Merge pull request #3762 from SomberNight/txin_type_address_segwit
8 years ago
wordlist
Add Chinese Simplified wordlist
10 years ago
__init__.py
Extend Wallet Import Format with txin type. Extend class Imported_Wallet.
8 years ago
base_crash_reporter.py
(minor) don't raise BaseException
8 years ago
base_wizard.py
Qt: show WIF help in import(x2) and sweep dialogs ( #4425 )
8 years ago
bitcoin.py
follow-up #4442
8 years ago
blockchain.py
Improving imports ( #4448 )
8 years ago
checkpoints.json
Replace initial headers download with hardcoded checkpoints
8 years ago
checkpoints_testnet.json
Add checkpoints file for testnet. Check that received headers are after max_checkpoint
8 years ago
coinchooser.py
change partial txn serialization format for imported addresses txins
8 years ago
commands.py
add simnet support ( #4455 )
8 years ago
constants.py
Move BIP44 coin type to net constants.
8 years ago
contacts.py
fix openalias py3
8 years ago
crypto.py
use libsecp256k1 if available. abstract away ecc stuff. move symmetric crypto and hash functions to crypto.py
8 years ago
currencies.json
added therocktrading exchange rate ( #4272 )
8 years ago
daemon.py
getfeerate command: add optional parameters to specify custom fee level ( #4264 )
8 years ago
dnssec.py
do not raise BaseException
8 years ago
ecc.py
ecc.py: properly handle point at infinity
8 years ago
ecc_fast.py
rename dylib for libsecp
8 years ago
exchange_rate.py
util.make_dir: 0o700 permissions on folders ( #4357 )
8 years ago
i18n.py
Add missing languages to settings dialog
8 years ago
interface.py
follow-up prev
8 years ago
jsonrpc.py
Password-protect the JSON RPC interface
8 years ago
keystore.py
Move BIP44 coin type to net constants.
8 years ago
mnemonic.py
Fix typos
8 years ago
msqr.py
Remove Python 2 support imports.
8 years ago
network.py
network: fix fork detection in certain backward search cases
8 years ago
old_mnemonic.py
Remove Python 2 support imports.
8 years ago
paymentrequest.proto
Update paymentrequests.proto
8 years ago
paymentrequest.py
use libsecp256k1 if available. abstract away ecc stuff. move symmetric crypto and hash functions to crypto.py
8 years ago
paymentrequest_pb2.py
paymentrequest upd
8 years ago
pem.py
fix #3411
8 years ago
plot.py
follow-up prev
8 years ago
plugins.py
electrum: cleanup plugin imports
8 years ago
qrscanner.py
this probably fixes #4072
8 years ago
ripemd.py
update ripemd module for python3
8 years ago
rsakey.py
minor
8 years ago
segwit_addr.py
add segwit bech32 module
8 years ago
servers.json
Remove server from default list: cryptohead.de ( #4320 )
8 years ago
servers_regtest.json
add regtest support ( #4242 )
8 years ago
servers_testnet.json
update default server list
8 years ago
simple_config.py
add simnet support ( #4455 )
8 years ago
storage.py
remove "from addresses" from wallet logic
8 years ago
synchronizer.py
fix: network.interface can become None at any time
8 years ago
transaction.py
make add_signature_to_txin an instance method
8 years ago
util.py
remove "from addresses" from wallet logic
8 years ago
verifier.py
Check SPV proof inner nodes not to be valid transactions. ( #4436 )
8 years ago
version.py
initial changelog for 3.2.0
8 years ago
wallet.py
simplify display of inputs/outpputs in CLI history
8 years ago
websockets.py
Remove explicit send calls, part deux ( #4408 )
8 years ago
x509.py
use explicit utf-8 encoding when opening files in text mode
8 years ago