LBRY-Vault/electrum
2019-09-08 18:26:04 +02:00
..
gui kivy: commit png icons (for svg resources) into repo 2019-09-08 17:05:06 +02:00
plugins fix #5617 2019-09-04 13:53:38 +02:00
scripts
tests commands: try to fix tests 2019-09-05 23:22:11 +02:00
wordlist
www@7d902a422a fix websocket messages 2019-09-05 11:45:28 +02:00
__init__.py
address_synchronizer.py wallet: fix maturity off-by-one 2019-09-08 18:26:04 +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 create class for ShortChannelID and use it 2019-09-06 18:09:05 +02:00
checkpoints.json update block header checkpoints 2019-08-09 18:59:21 +02:00
checkpoints_testnet.json update block header checkpoints 2019-08-09 18:59:21 +02:00
coinchooser.py
commands.py fix CLI exception handling 2019-09-06 12:38:13 +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 fix #5618 2019-09-08 12:06:21 +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 only require libsecp256k1 if lightning is enabled 2019-09-06 15:08:15 +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 storage: better error msg on unsupported seed version 2019-08-09 18:11:50 +02:00
keystore.py follow-up prev (commands) 2019-09-05 18:30:04 +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 lnchannel: handle htlc-address collisions 2019-09-07 08:54:41 +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 create class for ShortChannelID and use it 2019-09-06 18:09:05 +02:00
lnpeer.py lnpeer: somewhat nicer log messages 2019-09-07 07:29:22 +02:00
lnrouter.py lnrouter: fix off-by-one in NUM_MAX_EDGES_IN_PAYMENT_PATH 2019-09-06 18:36:21 +02:00
lnsweep.py lnchannel: handle htlc-address collisions 2019-09-07 08:54:41 +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 lnchannel: handle htlc-address collisions 2019-09-07 08:54:41 +02:00
lnverifier.py create class for ShortChannelID and use it 2019-09-06 18:09:05 +02:00
lnwatcher.py remove unused import 2019-08-20 09:03:12 +02:00
lnworker.py lnworker.invoices access now uses lock 2019-09-06 18:27:47 +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 commands: change API of "make_seed" and "create" commands 2019-08-09 22:02:01 +02:00
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 fix ssl config names, add new config tab 2019-09-05 11:36: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 lnchannel: handle htlc-address collisions 2019-09-07 08:54:41 +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 commands: change API of "make_seed" and "create" commands 2019-08-09 22:02:01 +02:00
wallet.py fix #5605 2019-09-06 13:43:00 +02:00
x509.py