LBRY-Vault/electrum
2019-08-20 09:03:12 +02:00
..
gui optimize channel_db: 2019-08-20 09:03:12 +02:00
plugins Travis CI: Use flake8 to find Python syntax errors and undefined names (#5467) 2019-08-11 22:35:23 +00:00
scripts
tests lnchannel: move fee update logic to lnhtlc (and hopefully fix it) 2019-08-20 09:03:12 +02:00
wordlist
__init__.py
address_synchronizer.py add future transactions to address synchronizer 2019-08-20 09:03:11 +02:00
base_crash_reporter.py added trigger_crash method for testing crash reporter 2019-07-04 18:06:21 +02:00
base_wizard.py wizard: try harder to have temporarily stored pw erased from memory 2019-08-14 17:27:38 +02:00
bip32.py
bitcoin.py bitcoin.py: SCRIPT-related clean-up. transaction.py: construct_witness 2019-08-20 09:03:09 +02:00
blockchain.py
channel_db.py Do not route through channels for which we did not receive 2019-08-20 09:03:12 +02:00
checkpoints.json update block header checkpoints 2019-08-09 18:59:21 +02:00
checkpoints_testnet.json update block header checkpoints 2019-08-09 18:59:21 +02:00
coinchooser.py
commands.py cli: fix add_peer cmd 2019-08-20 09:03:12 +02:00
constants.py move lnworker.first_block to constants 2019-08-20 09:03:11 +02:00
contacts.py
crypto.py update lnbase after crypto refactoring 2019-08-20 09:03:09 +02:00
currencies.json Removed dead exchange. 2019-07-21 13:13:51 +02:00
daemon.py enable lightning through command line option 2019-08-20 09:03:11 +02:00
dnssec.py change many str(e) to repr(e) as some exceptions were cryptic 2019-07-17 20:12:52 +02:00
ecc.py persist channel db on disk. verify channel gossip sigs. 2019-08-20 09:03:10 +02:00
ecc_fast.py ecc_fast: require libsecp256k1 on lightning, channel graph breaks electrum without 2019-08-20 09:03:10 +02:00
electrum
exchange_rate.py Removed dead exchange. 2019-07-21 13:15:06 +02:00
i18n.py
interface.py wallet: fix offline hw wallet signing when not specifying --offline 2019-07-29 13:27:37 +02:00
json_db.py storage: better error msg on unsupported seed version 2019-08-09 18:11:50 +02:00
jsonrpc.py remote watchtower: initial commit 2019-08-20 09:03:10 +02:00
keystore.py lightning: add payment methods to lnworker 2019-08-20 09:03:09 +02:00
lightning.json update lightning.json 2019-08-20 09:03:11 +02:00
lnaddr.py optimize channel_db: 2019-08-20 09:03:12 +02:00
lnchannel.py (trivial) fix type annotation 2019-08-20 09:03:12 +02:00
lnhtlc.py lnchannel: move fee update logic to lnhtlc (and hopefully fix it) 2019-08-20 09:03:12 +02:00
lnmsg.py fix encode_msg: optional fields were not sent 2019-08-20 09:03:12 +02:00
lnonion.py add pycryptodomex to requirements 2019-08-20 09:03:11 +02:00
lnpeer.py (trivial) fix type annotation 2019-08-20 09:03:12 +02:00
lnrouter.py follow-up prev commit: pass is_mine to _edge_cost 2019-08-20 09:03:12 +02:00
lnsweep.py Perform breach remedy without sweepstore: 2019-08-20 09:03:12 +02:00
lntransport.py move LNPeer handshake back into initialize 2019-08-20 09:03:11 +02:00
lnutil.py lnchannel: move fee update logic to lnhtlc (and hopefully fix it) 2019-08-20 09:03:12 +02:00
lnverifier.py verify node and channel announcements before entering sql lock 2019-08-20 09:03:11 +02:00
lnwatcher.py Use one LNWatcher instance per wallet 2019-08-20 09:03:12 +02:00
lnworker.py cli: fix add_peer cmd 2019-08-20 09:03:12 +02:00
logging.py Travis CI: Use flake8 to find Python syntax errors and undefined names (#5467) 2019-08-11 22:35:23 +00:00
mnemonic.py commands: change API of "make_seed" and "create" commands 2019-08-09 22:02:01 +02:00
msqr.py
network.py cli: fix add_peer cmd 2019-08-20 09:03:12 +02:00
old_mnemonic.py
paymentrequest.proto
paymentrequest.py gui: show incoming lightning requests, add on-chain icon 2019-08-20 09:03:11 +02:00
paymentrequest_pb2.py
pem.py
plot.py
plugin.py change many str(e) to repr(e) as some exceptions were cryptic 2019-07-17 20:12:52 +02:00
qrscanner.py
ripemd.py
rsakey.py
segwit_addr.py avoid duplicating bech32 module 2019-08-20 09:03:09 +02:00
servers.json servers: follow-up prev 2019-07-06 00:35:03 +02:00
servers_regtest.json
servers_testnet.json
simple_config.py lnworker: do not create sweep transactions before outputs can be redeemed 2019-08-20 09:03:11 +02:00
sql_db.py get rid of sql_alchemy 2019-08-20 09:03:12 +02:00
storage.py
synchronizer.py change many str(e) to repr(e) as some exceptions were cryptic 2019-07-17 20:12:52 +02:00
transaction.py ln: remove EncumberedTransaction 2019-08-20 09:03:11 +02:00
util.py lightning: 2019-08-20 09:03:11 +02:00
verifier.py post rebase fixes 2019-08-20 09:03:11 +02:00
version.py commands: change API of "make_seed" and "create" commands 2019-08-09 22:02:01 +02:00
wallet.py Rework wallet history methods: 2019-08-20 09:03:12 +02:00
websockets.py
x509.py