| .. |
|
gui
|
qt receive tab: fix update_receive_address_styling
|
6 years ago |
|
plugins
|
Travis CI: Use flake8 to find Python syntax errors and undefined names (#5467)
|
6 years ago |
|
scripts
|
scripts: simplify quick_start
|
7 years ago |
|
tests
|
regtest: use while loops instead of fine-tuned delays
|
6 years ago |
|
wordlist
|
file reorganization with top-level module
|
8 years ago |
|
__init__.py
|
logging: cli options to filter for modules using -v
|
7 years ago |
|
address_synchronizer.py
|
add future transactions to address synchronizer
|
6 years ago |
|
base_crash_reporter.py
|
added trigger_crash method for testing crash reporter
|
7 years ago |
|
base_wizard.py
|
wizard: try harder to have temporarily stored pw erased from memory
|
6 years ago |
|
bip32.py
|
wallet: stricter validation in export_private_key
|
7 years ago |
|
bitcoin.py
|
bitcoin.py: SCRIPT-related clean-up. transaction.py: construct_witness
|
6 years ago |
|
blockchain.py
|
logging: basics
|
7 years ago |
|
checkpoints.json
|
update block header checkpoints
|
6 years ago |
|
checkpoints_testnet.json
|
update block header checkpoints
|
6 years ago |
|
coinchooser.py
|
wallet: fix type error in _bump_fee_through_decreasing_outputs
|
7 years ago |
|
commands.py
|
qt: add clear button to receive tab, show invoice right after it is added
|
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
|
enable lightning through command line option
|
6 years ago |
|
dnssec.py
|
change many str(e) to repr(e) as some exceptions were cryptic
|
7 years ago |
|
ecc.py
|
persist channel db on disk. verify channel gossip sigs.
|
6 years ago |
|
ecc_fast.py
|
ecc_fast: require libsecp256k1 on lightning, channel graph breaks electrum without
|
6 years ago |
|
electrum
|
file reorganization with top-level module
|
8 years ago |
|
exchange_rate.py
|
Removed dead exchange.
|
6 years ago |
|
i18n.py
|
move get_default_language to gui.qt.util
|
7 years ago |
|
interface.py
|
wallet: fix offline hw wallet signing when not specifying --offline
|
6 years ago |
|
json_db.py
|
storage: better error msg on unsupported seed version
|
6 years ago |
|
jsonrpc.py
|
remote watchtower: initial commit
|
6 years ago |
|
keystore.py
|
lightning: add payment methods to lnworker
|
6 years ago |
|
lightning.json
|
update lightning.json
|
6 years ago |
|
lnaddr.py
|
add labels to lightning history
|
6 years ago |
|
lnchannel.py
|
on_revoke_and_ack: be robust to exceptions raised in lnwatcher
|
6 years ago |
|
lnhtlc.py
|
lnhtlc: use boolean instead of int in ctn_latest
|
6 years ago |
|
lnmsg.py
|
fix encode_msg: optional fields were not sent
|
6 years ago |
|
lnonion.py
|
add pycryptodomex to requirements
|
6 years ago |
|
lnpeer.py
|
GUI refactoring for Kivy and lightning.
|
6 years ago |
|
lnrouter.py
|
ChannelDB: trivial bugfix for get_channels_for_node
|
6 years ago |
|
lnsweep.py
|
fix watchtower: sweep_tx must not be None
|
6 years ago |
|
lntransport.py
|
move LNPeer handshake back into initialize
|
6 years ago |
|
lnutil.py
|
set default to_self_delay to 1 day
|
6 years ago |
|
lnverifier.py
|
verify node and channel announcements before entering sql lock
|
6 years ago |
|
lnwatcher.py
|
redeem htlcs:
|
6 years ago |
|
lnworker.py
|
GUI refactoring for Kivy and lightning.
|
6 years ago |
|
logging.py
|
Travis CI: Use flake8 to find Python syntax errors and undefined names (#5467)
|
6 years ago |
|
mnemonic.py
|
commands: change API of "make_seed" and "create" commands
|
6 years ago |
|
msqr.py
|
file reorganization with top-level module
|
8 years ago |
|
network.py
|
follow-up previous
|
6 years ago |
|
old_mnemonic.py
|
mv "electrum seed" stuff from bitcoin.py to mnemonic.py
|
7 years ago |
|
paymentrequest.proto
|
file reorganization with top-level module
|
8 years ago |
|
paymentrequest.py
|
gui: show incoming lightning requests, add on-chain icon
|
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
|
change many str(e) to repr(e) as some exceptions were cryptic
|
7 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
|
avoid duplicating bech32 module
|
6 years ago |
|
servers.json
|
servers: follow-up prev
|
7 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
|
lnworker: do not create sweep transactions before outputs can be redeemed
|
6 years ago |
|
sql_db.py
|
fix ChannelDB.compare_channels: was raising "too many SQL variables"
|
6 years ago |
|
storage.py
|
storage: fix some madness about get_data_ref() and put() interacting badly
|
7 years ago |
|
synchronizer.py
|
change many str(e) to repr(e) as some exceptions were cryptic
|
7 years ago |
|
transaction.py
|
ln: remove EncumberedTransaction
|
6 years ago |
|
util.py
|
lightning:
|
6 years ago |
|
verifier.py
|
post rebase fixes
|
6 years ago |
|
version.py
|
commands: change API of "make_seed" and "create" commands
|
6 years ago |
|
wallet.py
|
GUI refactoring for Kivy and lightning.
|
6 years ago |
|
websockets.py
|
logging: basics
|
7 years ago |
|
x509.py
|
logging: cli options to filter for modules using -v
|
7 years ago |