LBRY-Vault/electrum
2019-09-05 11:33:09 +02:00
..
gui http server: add ssl and bip70 signed requests 2019-09-05 10:57:50 +02:00
plugins fix #5617 2019-09-04 13:53:38 +02:00
scripts
tests commands: fix "restore" cmd 2019-09-04 20:15:54 +02:00
wordlist
www@b777d98ce1 http server: add ssl and bip70 signed requests 2019-09-05 10:57:50 +02:00
__init__.py
address_synchronizer.py wallet.add_hw_info: also store "is_change" in output_info 2019-09-03 14:34:10 +02:00
base_crash_reporter.py
base_wizard.py fix #5617 2019-09-04 13:53: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 raise exception when add_own_channel adds channel update from the cache 2019-09-04 08:01:08 +02:00
checkpoints.json
checkpoints_testnet.json
coinchooser.py
commands.py http server: add ssl and bip70 signed requests 2019-09-05 10:57:50 +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
daemon.py for now, use PR_PAID for onchain unconfirmed 2019-09-05 11:33:09 +02:00
dnssec.py
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 network: handle main_taskgroup dying better. passthrough CancelledError 2019-08-30 19:46:25 +02:00
i18n.py
interface.py
json_db.py
keystore.py wallet/keystore: small inheritance clean-up 2019-09-03 16:24:05 +02:00
lightning.json update lightning.json 2019-08-20 09:03:11 +02:00
lnaddr.py lnaddr: Pull in Bech32 and Base58 prefixes from constants 2019-08-25 13:15:13 +00:00
lnchannel.py Restructure invoices and requests (WIP) 2019-09-02 15:35:44 +02:00
lnhtlc.py lnworker: rework "is_dangerous" 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 lnpeer: add a few sanity checks to payment-forwarding (and related) 2019-08-20 09:03:12 +02:00
lnpeer.py add_own_channel does not need to be async 2019-09-03 21:01:45 +02:00
lnrouter.py fix Flake8 tests 2019-08-20 09:03:12 +02:00
lnsweep.py Revert "Remove early return in create_sweeptxs_for_our_ctx." 2019-08-30 17:40:46 +02:00
lntransport.py lnhtlc: local update raw messages must not be deleted before acked 2019-08-20 09:03:12 +02:00
lnutil.py lnpeer: use correct failure codes in _maybe_forward_htlc 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 remove unused import 2019-08-20 09:03:12 +02:00
lnworker.py follow-up a4b24df4bb 2019-09-03 17:53:11 +02:00
logging.py
mnemonic.py
msqr.py
network.py network: handle main_taskgroup dying better. passthrough CancelledError 2019-08-30 19:46:25 +02:00
old_mnemonic.py
paymentrequest.proto
paymentrequest.py http server: add ssl and bip70 signed requests 2019-09-05 10:57:50 +02:00
paymentrequest_pb2.py
pem.py
plot.py
plugin.py hw wallets: show DeviceUnpairableError nicely in qt gui 2019-09-03 19:19:58 +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 Remove electrumx.ml because of phishing (#5596) 2019-08-29 12:37:33 +00:00
servers_regtest.json
servers_testnet.json
simple_config.py Rewrite JsonRPC requests using asyncio. 2019-08-20 09:03:12 +02:00
sql_db.py get rid of sql_alchemy 2019-08-20 09:03:12 +02:00
storage.py storage: replace STO_EV_* ints with IntEnum 2019-09-04 13:31:49 +02:00
synchronizer.py
transaction.py wallet.add_hw_info: also store "is_change" in output_info 2019-09-03 14:34:10 +02:00
util.py Restructure invoices and requests (WIP) 2019-09-02 15:35:44 +02:00
verifier.py post rebase fixes 2019-08-20 09:03:11 +02:00
version.py
wallet.py for now, use PR_PAID for onchain unconfirmed 2019-09-05 11:33:09 +02:00
x509.py