| .. |
|
gui
|
qt: also use BlockWaitingDialog in PreviewTxDialog
|
6 years ago |
|
plugins
|
keystore: change derive_pubkey API to return bytes
|
6 years ago |
|
scripts
|
integrate PSBT support natively. WIP
|
6 years ago |
|
tests
|
python 3.8: adapt to breaking changes re asyncio.CancelledError
|
6 years ago |
|
wordlist
|
file reorganization with top-level module
|
8 years ago |
|
www@7d902a422a
|
fix websocket messages
|
6 years ago |
|
__init__.py
|
config: enforce that SimpleConfig is singleton
|
6 years ago |
|
address_synchronizer.py
|
wallet: some clean-up re get_address_history vs db.get_addr_history
|
6 years ago |
|
base_crash_reporter.py
|
added trigger_crash method for testing crash reporter
|
7 years ago |
|
base_wizard.py
|
keystore: cache derive_pubkey
|
6 years ago |
|
bip32.py
|
keystore: cache BIP32Node.from_xkey(self.xpub)
|
6 years ago |
|
bitcoin.py
|
bitcoin.py: base58 address: make sure all public methods test checksum
|
6 years ago |
|
blockchain.py
|
logging: basics
|
7 years ago |
|
channel_db.py
|
ln chan verifier: fix code rot
|
6 years ago |
|
checkpoints.json
|
update block header checkpoints
|
6 years ago |
|
checkpoints_testnet.json
|
update block header checkpoints
|
6 years ago |
|
coinchooser.py
|
CoinChooser: avoid NotEnoughFunds if zero buckets are sufficient
|
6 years ago |
|
commands.py
|
add/fix some open_channel related type hints
|
6 years ago |
|
constants.py
|
move lnworker.first_block to constants
|
6 years ago |
|
contacts.py
|
logging: basics
|
7 years ago |
|
crypto.py
|
update lnbase after crypto refactoring
|
6 years ago |
|
currencies.json
|
Removed dead exchange.
|
6 years ago |
|
daemon.py
|
trivial: add a few log lines for startup
|
6 years ago |
|
dnssec.py
|
change many str(e) to repr(e) as some exceptions were cryptic
|
7 years ago |
|
ecc.py
|
also grind ecdsa low R when using libsecp256k1, and fix tests
|
6 years ago |
|
ecc_fast.py
|
trivial: add a few log lines for startup
|
6 years ago |
|
electrum
|
file reorganization with top-level module
|
8 years ago |
|
exchange_rate.py
|
network: handle main_taskgroup dying better. passthrough CancelledError
|
6 years ago |
|
i18n.py
|
move get_default_language to gui.qt.util
|
7 years ago |
|
interface.py
|
ln chan verifier: fix code rot
|
6 years ago |
|
json_db.py
|
wallet: use abstract base classes
|
6 years ago |
|
keystore.py
|
keystore: change derive_pubkey API to return bytes
|
6 years ago |
|
lightning.json
|
update lightning.json
|
6 years ago |
|
lnaddr.py
|
lnworker: introduce PaymentAttemptLog NamedTuple
|
6 years ago |
|
lnchannel.py
|
trivial: don't print frequent-case log line in lnpeer.mark_open
|
6 years ago |
|
lnhtlc.py
|
lnworker: rework "is_dangerous"
|
6 years ago |
|
lnmsg.py
|
fix encode_msg: optional fields were not sent
|
6 years ago |
|
lnonion.py
|
lnworker: introduce PaymentAttemptLog NamedTuple
|
6 years ago |
|
lnpeer.py
|
lnworker: introduce PaymentAttemptLog NamedTuple
|
6 years ago |
|
lnrouter.py
|
lnworker: introduce PaymentAttemptLog NamedTuple
|
6 years ago |
|
lnsweep.py
|
integrate PSBT support natively. WIP
|
6 years ago |
|
lntransport.py
|
LNPeerAddr: validate arguments
|
6 years ago |
|
lnutil.py
|
lnworker: introduce PaymentAttemptLog NamedTuple
|
6 years ago |
|
lnverifier.py
|
ln chan verifier: fix code rot
|
6 years ago |
|
lnwatcher.py
|
Refactor channel states:
|
6 years ago |
|
lnworker.py
|
lnworker: save timestamp regardless of channel state
|
6 years ago |
|
logging.py
|
Travis CI: Use flake8 to find Python syntax errors and undefined names (#5467)
|
6 years ago |
|
mnemonic.py
|
fix qt seed dialog (follow-up af86c7e3fd)
|
6 years ago |
|
msqr.py
|
file reorganization with top-level module
|
8 years ago |
|
network.py
|
python 3.8: adapt to breaking changes re asyncio.CancelledError
|
6 years ago |
|
old_mnemonic.py
|
old_mnemonic: speed up mn_decode
|
6 years ago |
|
paymentrequest.proto
|
file reorganization with top-level module
|
8 years ago |
|
paymentrequest.py
|
integrate PSBT support natively. WIP
|
6 years ago |
|
paymentrequest_pb2.py
|
file reorganization with top-level module
|
8 years ago |
|
pem.py
|
file reorganization with top-level module
|
8 years ago |
|
plot.py
|
file reorganization with top-level module
|
8 years ago |
|
plugin.py
|
add some type hints
|
6 years ago |
|
qrscanner.py
|
rename contrib/build-osx as contrib/osx. Move QRReader submodule there.
|
7 years ago |
|
ripemd.py
|
file reorganization with top-level module
|
8 years ago |
|
rsakey.py
|
no more "import *"
|
7 years ago |
|
segwit_addr.py
|
integrate PSBT support natively. WIP
|
6 years ago |
|
servers.json
|
Remove electrumx.ml because of phishing (#5596)
|
6 years ago |
|
servers_regtest.json
|
file reorganization with top-level module
|
8 years ago |
|
servers_testnet.json
|
servers: update testnet default list
|
7 years ago |
|
simple_config.py
|
config: no longer singleton. it is passed to Wallet.__init__
|
6 years ago |
|
sql_db.py
|
tests: fix test_find_path_for_payment. need to close sqlite connection
|
6 years ago |
|
storage.py
|
wizard: (qt) add dedicated button to create new wallet
|
6 years ago |
|
synchronizer.py
|
fix race in NetworkJobOnDefaultServer constructors
|
6 years ago |
|
transaction.py
|
base_encode/base_decode: change to saner API
|
6 years ago |
|
util.py
|
python 3.8: adapt to breaking changes re asyncio.CancelledError
|
6 years ago |
|
verifier.py
|
post rebase fixes
|
6 years ago |
|
version.py
|
bump version number to 4.0.0a0 (alpha version)
|
6 years ago |
|
wallet.py
|
keystore: change derive_pubkey API to return bytes
|
6 years ago |
|
x509.py
|
logging: cli options to filter for modules using -v
|
7 years ago |