LBRY-Vault/electrum
2020-04-25 06:38:26 +02:00
..
gui config: "serverfingerprint" key requires "server" key 2020-04-24 17:17:12 +02:00
lnwire
plugins hww: stop keystore.thread when closing wallet 2020-04-17 19:53:42 +02:00
scripts network: allow mixed protocols among interfaces 2020-04-16 21:19:42 +02:00
tests lntransport: use network proxy if available 2020-04-15 21:44:09 +02:00
wordlist
www@7d902a422a
__init__.py
address_synchronizer.py Move callback manager out of Network class 2020-04-14 18:29:51 +02:00
base_crash_reporter.py qt crash reporter: html.escape traceback to avoid formatting issues 2020-04-18 05:48:11 +02:00
base_wizard.py qt wizard: tweak GoBack behaviour to recalc inputs to previous dialog 2020-04-11 15:50:12 +02:00
bip32.py
bitcoin.py bitcoin.py: change API of address_to_hash 2020-04-12 15:34:19 +02:00
blockchain.py ln: check if chain tip is stale when receiving HTLC 2020-04-13 17:04:27 +02:00
channel_db.py lnworker: blacklist channel if policy is unchanged but has a new timestamp. 2020-04-24 12:16:21 +02:00
checkpoints.json
checkpoints_testnet.json
coinchooser.py
commands.py Add --serverfingerprint option (#6094) 2020-04-24 14:11:40 +00:00
constants.py
contacts.py
crypto.py crypto.pw_decode: fix one case of raising incorrect exception 2020-04-08 12:49:50 +02:00
currencies.json
daemon.py daemon.on_stop: adapt to python 3.8 2020-04-15 19:34:52 +02:00
dns_hacks.py
dnssec.py
ecc.py
ecc_fast.py
electrum
exchange_rate.py network: replace "server" strings with ServerAddr objects 2020-04-15 17:23:47 +02:00
i18n.py translations: add note that f-strings cannot be translated 2020-04-11 16:33:45 +02:00
interface.py interface: make localhost exempt from ip-range bucketing 2020-04-25 06:38:26 +02:00
json_db.py
keystore.py hww: distinguish devices based on "soft device id" (not just labels) 2020-04-08 14:44:42 +02:00
lnaddr.py fix #6056 2020-04-11 12:02:38 +02:00
lnchannel.py follow-up prev 2020-04-18 18:51:20 +02:00
lnhtlc.py
lnmsg.py lnmsg: small speed-up: read first, check length after 2020-04-01 21:49:23 +02:00
lnonion.py
lnpeer.py extend 'add_peer', 'list_peers' commands to gossip 2020-04-16 12:39:12 +02:00
lnrouter.py refactoring: remove inspect_edge 2020-04-20 11:48:38 +02:00
lnsweep.py lnchannel: make AbstractChannel inherit ABC 2020-04-13 15:57:53 +02:00
lntransport.py lntransport: use network proxy if available 2020-04-15 21:44:09 +02:00
lnutil.py ln: check if chain tip is stale when receiving HTLC 2020-04-13 17:04:27 +02:00
lnverifier.py
lnwatcher.py follow-up c454564ed6 2020-04-21 15:31:13 +02:00
lnworker.py lnworker: blacklist channel if policy is unchanged but has a new timestamp. 2020-04-24 12:16:21 +02:00
logging.py
mnemonic.py
network.py Use non-standard localhost port for server-string fallback (#6087) 2020-04-16 19:39:05 +00:00
old_mnemonic.py
paymentrequest.proto
paymentrequest.py
paymentrequest_pb2.py
pem.py
plot.py
plugin.py hww hidapi usage: try to mitigate some thread-safety issues 2020-04-17 19:53:39 +02:00
qrscanner.py
ripemd.py
rsakey.py
segwit_addr.py
servers.json
servers_regtest.json
servers_testnet.json
simple_config.py config: "serverfingerprint" key requires "server" key 2020-04-24 17:17:12 +02:00
sql_db.py sql_db: do not require network object 2020-04-16 10:58:40 +02:00
storage.py wizard.create_storage: state API and abide by it 2020-04-09 19:45:38 +02:00
synchronizer.py commands: "notify" cmd: stop watching addr if called with empty URL 2020-04-24 15:34:55 +02:00
transaction.py Replace wallet backup with channel backups 2020-04-10 14:45:23 +02:00
util.py fixups for CallbackManager refactor 2020-04-24 15:32:05 +02:00
verifier.py
version.py
wallet.py fixups for CallbackManager refactor 2020-04-24 15:32:05 +02:00
wallet_db.py Replace wallet backup with channel backups 2020-04-10 14:45:23 +02:00
x509.py