| .. |
|
tests
|
tests: test with all AES implementations
|
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_wizard.py
|
wizard: move GoBack from Qt wizard to base_wizard
|
8 years ago |
|
bitcoin.py
|
use libsecp256k1 if available. abstract away ecc stuff. move symmetric crypto and hash functions to crypto.py
|
8 years ago |
|
blockchain.py
|
assert datadir available
|
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
|
Fix typos
|
8 years ago |
|
commands.py
|
use libsecp256k1 if available. abstract away ecc stuff. move symmetric crypto and hash functions to crypto.py
|
8 years ago |
|
constants.py
|
add regtest support (#4242)
|
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
|
Merge pull request #4061 from Yuki-Inoue/feature/current_wallet_path
|
8 years ago |
|
dnssec.py
|
do not raise BaseException
|
8 years ago |
|
ecc.py
|
ecc: ECPrivkey.sign clean-up
|
8 years ago |
|
ecc_fast.py
|
load_library: remove ctypes.util.find_library calls. remove some code dupe
|
8 years ago |
|
exchange_rate.py
|
exchange_rate: prefer relative imports (#4308)
|
8 years ago |
|
i18n.py
|
Add missing languages to settings dialog
|
8 years ago |
|
interface.py
|
assert datadir available
|
8 years ago |
|
jsonrpc.py
|
Password-protect the JSON RPC interface
|
8 years ago |
|
keystore.py
|
use libsecp256k1 if available. abstract away ecc stuff. move symmetric crypto and hash functions to crypto.py
|
8 years ago |
|
mnemonic.py
|
Fix typos
|
8 years ago |
|
msqr.py
|
Remove Python 2 support imports.
|
8 years ago |
|
network.py
|
fix #4375
|
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
|
do not raise BaseException
|
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
|
follow-up #4324
|
8 years ago |
|
storage.py
|
use libsecp256k1 if available. abstract away ecc stuff. move symmetric crypto and hash functions to crypto.py
|
8 years ago |
|
synchronizer.py
|
fix #4198
|
8 years ago |
|
transaction.py
|
use libsecp256k1 if available. abstract away ecc stuff. move symmetric crypto and hash functions to crypto.py
|
8 years ago |
|
util.py
|
allow fractional feerates (#4324)
|
8 years ago |
|
verifier.py
|
fix #4026
|
8 years ago |
|
version.py
|
prepare release 3.1.3
|
8 years ago |
|
wallet.py
|
use libsecp256k1 if available. abstract away ecc stuff. move symmetric crypto and hash functions to crypto.py
|
8 years ago |
|
websockets.py
|
Push network calls into network module
|
8 years ago |
|
x509.py
|
use explicit utf-8 encoding when opening files in text mode
|
8 years ago |