LBRY-Vault/electrum/scripts
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
..
bip70.py integrate PSBT support natively. WIP 2019-11-04 22:24:36 +01:00
block_headers.py follow-up: SimpleConfig is supposed to be singleton 2019-09-10 16:38:10 +02:00
estimate_fee.py follow-up: SimpleConfig is supposed to be singleton 2019-09-10 16:38:10 +02:00
get_history.py follow-up: SimpleConfig is supposed to be singleton 2019-09-10 16:38:10 +02:00
peers.py network: allow mixed protocols among interfaces 2020-04-16 21:19:42 +02:00
quick_start.py config: no longer singleton. it is passed to Wallet.__init__ 2019-09-22 20:46:01 +02:00
servers.py remove 'util.py' from scripts 2019-02-05 20:33:50 +01:00
txradar.py network: allow mixed protocols among interfaces 2020-04-16 21:19:42 +02:00
watch_address.py follow-up: SimpleConfig is supposed to be singleton 2019-09-10 16:38:10 +02:00