LBRY-Vault/electrum
SomberNight adc3784bc2
network: allow mixed protocols among interfaces
Previously all the interfaces used either "t" or "s".
Now the network only tries to use "s" for all interfaces, except for
the main interface, which the user can manually specify to use "t".
(so e.g. if you run with "--server localhost:50002:t", the main server will use "t",
but all the rest will use "s")
2020-04-16 21:19:42 +02:00
..
gui network: allow mixed protocols among interfaces 2020-04-16 21:19:42 +02:00
lnwire lnmsg: rewrite LN msg encoding/decoding 2020-04-01 21:39:48 +02:00
plugins bitbox02: rm plugin.get_client method: just use default impl 2020-04-12 15:34:19 +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 fix websocket messages 2019-09-05 11:45:28 +02:00
__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 Move callback manager out of Network class 2020-04-14 18:29:51 +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 qt wizard: tweak GoBack behaviour to recalc inputs to previous dialog 2020-04-11 15:50:12 +02:00
bip32.py follow-up prev: do all checks, and add tests 2020-02-27 05:13:31 +01:00
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 sql_db: do not require network object 2020-04-16 10:58:40 +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 CoinChooser: avoid NotEnoughFunds if zero buckets are sufficient 2019-11-11 15:15:04 +01:00
commands.py extend 'add_peer', 'list_peers' commands to gossip 2020-04-16 12:39:12 +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 crypto.pw_decode: fix one case of raising incorrect exception 2020-04-08 12:49:50 +02:00
currencies.json Removed dead exchange. 2019-07-21 13:13:51 +02:00
daemon.py daemon.on_stop: adapt to python 3.8 2020-04-15 19:34:52 +02: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 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.get_certificate: use public asyncio APIs 2020-04-16 17:31:58 +02: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 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 Move callback manager out of Network class 2020-04-14 18:29:51 +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 extend 'add_peer', 'list_peers' commands to gossip 2020-04-16 12:39: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 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 rename all TaskGroup() fields to "taskgroup" 2020-02-27 19:13:56 +01:00
lnwatcher.py Move callback manager out of Network class 2020-04-14 18:29:51 +02:00
lnworker.py extend 'add_peer', 'list_peers' commands to gossip 2020-04-16 12:39: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 mnemonic: implement Wordlist class 2020-02-29 00:20:11 +01:00
network.py network: allow mixed protocols among interfaces 2020-04-16 21:19:42 +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 hww: factor out part of hid scan code to HW_PluginBase 2020-04-12 15:34:19 +02:00
qrscanner.py
ripemd.py
rsakey.py no more "import *" 2019-02-11 20:21:24 +01:00
segwit_addr.py integrate PSBT support natively. WIP 2019-11-04 22:24:36 +01:00
servers.json Remove phishing server 2019-12-26 23:47:32 +07:00
servers_regtest.json
servers_testnet.json servers: update testnet default list 2019-04-27 23:10:12 +02:00
simple_config.py Merge pull request #5898 from leo-lb/plausible-deniability-config 2020-03-03 11:50:04 +01: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 Move callback manager out of Network class 2020-04-14 18:29:51 +02:00
transaction.py Replace wallet backup with channel backups 2020-04-10 14:45:23 +02:00
util.py lntransport: use network proxy if available 2020-04-15 21:44:09 +02:00
verifier.py rename all TaskGroup() fields to "taskgroup" 2020-02-27 19:13:56 +01:00
version.py bump version number to 4.0.0a0 (alpha version) 2019-10-11 18:13:48 +02:00
wallet.py ln: check if chain tip is stale when receiving HTLC 2020-04-13 17:04:27 +02:00
wallet_db.py Replace wallet backup with channel backups 2020-04-10 14:45:23 +02:00
x509.py ecc: abstract away some usage of python-ecdsa: bytes<->int conversions 2020-02-11 16:41:49 +01:00