LBRY-Vault/electrum
2020-04-03 12:59:56 +02:00
..
gui follow-up 371f55a0f9 2020-04-02 14:39:01 +02:00
lnwire lnmsg: rewrite LN msg encoding/decoding 2020-04-01 21:39:48 +02:00
plugins hww: fix some threading issues in wizard 2020-04-01 21:09:17 +02:00
scripts
tests ln feature bits: validate transitive feature deps everywhere 2020-04-01 21:49:19 +02:00
wordlist
www@7d902a422a
__init__.py windows: dll-load 'hack' needs to be applied not only from main script 2020-02-11 20:57:37 +01:00
address_synchronizer.py commands: add new cmd "getprivatekeyforpath" to export a WIF for a path 2020-03-31 05:50:18 +02:00
base_crash_reporter.py
base_wizard.py hww: fix some threading issues in wizard 2020-04-01 21:09:17 +02:00
bip32.py follow-up prev: do all checks, and add tests 2020-02-27 05:13:31 +01:00
bitcoin.py commands: add new cmd "getprivatekeyforpath" to export a WIF for a path 2020-03-31 05:50:18 +02:00
blockchain.py blockchain: move init_headers_file from network.py to blockchain.py 2020-02-27 20:45:29 +01:00
channel_db.py ln feature bits: validate transitive feature deps everywhere 2020-04-01 21:49:19 +02:00
checkpoints.json update block header checkpoints 2020-03-05 17:19:48 +01:00
checkpoints_testnet.json update block header checkpoints 2020-03-05 17:19:48 +01:00
coinchooser.py
commands.py commands: add new cmd "getprivatekeyforpath" to export a WIF for a path 2020-03-31 05:50:18 +02:00
constants.py lnworker: re-enable dns seeds for peer-finding bootstrap 2020-03-03 20:12:12 +01:00
contacts.py Separate db from storage 2020-02-10 17:45:23 +01:00
crypto.py pw_decode, pw_encode: separate bytes functions 2020-04-03 12:29:55 +02:00
currencies.json
daemon.py taskgroups: don't log CancelledError 2020-02-27 20:22:49 +01:00
dns_hacks.py network dns hacks: split from network.py into its own file 2020-01-22 18:32:57 +00:00
dnssec.py ecc: abstract away some usage of python-ecdsa: bytes<->int conversions 2020-02-11 16:41:49 +01:00
ecc.py ecc.ECPubkey: also accept bytearray in __init__ 2020-02-19 00:40:33 +01:00
ecc_fast.py libsecp: log exception if failed to load 2020-02-21 15:59:18 +01:00
electrum
exchange_rate.py
i18n.py
interface.py fee estimates: use median if auto-connect 2020-03-12 15:39:50 +01:00
json_db.py follow-up prev: try to handle json db int key madness :/ 2020-03-17 20:32:27 +01:00
keystore.py keystore: add workaround for StoredDict issue #6066 2020-04-01 13:33:38 +02:00
lnaddr.py ln feature bits: validate transitive feature deps everywhere 2020-04-01 21:49:19 +02:00
lnchannel.py move should_channel_be_closed_due_to_expiring_htlcs into Channel class 2020-04-02 17:18:50 +02:00
lnhtlc.py follow-up prev: try to handle json db int key madness :/ 2020-03-17 20:32:27 +01:00
lnmsg.py lnmsg: small speed-up: read first, check length after 2020-04-01 21:49:23 +02:00
lnonion.py ln: implement option payment_secret 2020-04-01 21:49:12 +02:00
lnpeer.py ln: implement option payment_secret 2020-04-01 21:49:12 +02:00
lnrouter.py use option varonion: actually use TLV payloads, and signal support 2020-04-01 21:47:42 +02:00
lnsweep.py support option_static_remotekey 2020-02-20 21:02:01 +01:00
lntransport.py crypto: move LN-related chacha20/poly1305 code into crypto.py 2020-03-04 17:58:43 +01:00
lnutil.py ln feature bits: validate transitive feature deps everywhere 2020-04-01 21:49:19 +02:00
lnverifier.py rename all TaskGroup() fields to "taskgroup" 2020-02-27 19:13:56 +01:00
lnwatcher.py lnchannel: add more type hints 2020-03-30 03:49:50 +02:00
lnworker.py save_short_chan_id: remove unneeded ćalls to lnwatcher 2020-04-03 12:59:56 +02:00
logging.py
mnemonic.py mnemonic: implement Wordlist class 2020-02-29 00:20:11 +01:00
network.py network: update tx broadcast error msgs whitelist 2020-03-31 07:08:31 +02:00
old_mnemonic.py mnemonic: implement Wordlist class 2020-02-29 00:20:11 +01:00
paymentrequest.proto
paymentrequest.py README: rm "Compile the protobuf description file" section 2020-02-21 18:50:52 +01:00
paymentrequest_pb2.py
pem.py
plot.py
plugin.py qt hww show_settings_dialog: don't scan devices in GUI thread 2020-04-01 21:09:06 +02:00
qrscanner.py
ripemd.py
rsakey.py
segwit_addr.py
servers.json Remove phishing server 2019-12-26 23:47:32 +07:00
servers_regtest.json
servers_testnet.json
simple_config.py Merge pull request #5898 from leo-lb/plausible-deniability-config 2020-03-03 11:50:04 +01:00
sql_db.py ChannelDB: (trivial) add prefix to names of db methods 2020-03-03 04:05:29 +01:00
storage.py Separate db from storage 2020-02-10 17:45:23 +01:00
synchronizer.py rename all TaskGroup() fields to "taskgroup" 2020-02-27 19:13:56 +01:00
transaction.py transaction: follow-up prev 2020-03-01 22:08:18 +01:00
util.py lnutil.UpdateAddHtlc: use attrs instead of old-style namedtuple 2020-03-17 20:31:11 +01:00
verifier.py rename all TaskGroup() fields to "taskgroup" 2020-02-27 19:13:56 +01:00
version.py
wallet.py commands: add new cmd "getprivatekeyforpath" to export a WIF for a path 2020-03-31 05:50:18 +02:00
wallet_db.py wallet_db.clear_history: now clears prevouts_by_scripthash too 2020-03-27 02:28:43 +01:00
x509.py ecc: abstract away some usage of python-ecdsa: bytes<->int conversions 2020-02-11 16:41:49 +01:00