.. |
gui
|
fix #5695
|
2019-10-12 14:05:17 +02:00 |
plugins
|
config: no longer singleton. it is passed to Wallet.__init__
|
2019-09-22 20:46:01 +02:00 |
scripts
|
config: no longer singleton. it is passed to Wallet.__init__
|
2019-09-22 20:46:01 +02:00 |
tests
|
Improve handling of lightning payment status:
|
2019-10-11 17:51:33 +02:00 |
wordlist
|
|
|
www@7d902a422a
|
fix websocket messages
|
2019-09-05 11:45:28 +02:00 |
__init__.py
|
config: enforce that SimpleConfig is singleton
|
2019-09-10 18:01:10 +02:00 |
address_synchronizer.py
|
qt: fix address dialog
|
2019-09-21 18:48:44 +02:00 |
base_crash_reporter.py
|
|
|
base_wizard.py
|
fix #5617
|
2019-09-04 13:53:38 +02:00 |
bip32.py
|
|
|
bitcoin.py
|
bitcoin.relayfee: minor clean-up
|
2019-09-18 22:08:19 +02:00 |
blockchain.py
|
|
|
channel_db.py
|
follow-up dd0be1541e
|
2019-10-12 12:59:38 +02:00 |
checkpoints.json
|
|
|
checkpoints_testnet.json
|
|
|
coinchooser.py
|
|
|
commands.py
|
config: no longer singleton. it is passed to Wallet.__init__
|
2019-09-22 20:46:01 +02:00 |
constants.py
|
move lnworker.first_block to constants
|
2019-08-20 09:03:11 +02:00 |
contacts.py
|
|
|
crypto.py
|
|
|
currencies.json
|
|
|
daemon.py
|
config: no longer singleton. it is passed to Wallet.__init__
|
2019-09-22 20:46:01 +02:00 |
dnssec.py
|
|
|
ecc.py
|
ecc: small clean-up
|
2019-09-18 02:09:15 +02:00 |
ecc_fast.py
|
simplify prev
|
2019-09-17 19:27:28 +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
|
simplify get_tx_fee
|
2019-09-12 12:26:49 +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
|
qt send tab: handle invalid ln invoice; and ln invoice with ln disabled
|
2019-10-01 19:15:26 +02:00 |
lnchannel.py
|
Improve handling of lightning payment status:
|
2019-10-11 17:51:33 +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
|
lnonion: get_failure_msg_from_onion_error might raise in python 3.7
|
2019-10-12 00:05:38 +02:00 |
lnpeer.py
|
Improve handling of lightning payment status:
|
2019-10-11 17:51:33 +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
|
config: no longer singleton. it is passed to Wallet.__init__
|
2019-09-22 20:46:01 +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
|
transaction: kill "name", "csv_delay", "cltv_expiry" fields
|
2019-09-09 19:38:35 +02:00 |
lnverifier.py
|
create class for ShortChannelID and use it
|
2019-09-06 18:09:05 +02:00 |
lnwatcher.py
|
define LNWatcher.do_breach_remedy
|
2019-09-11 11:58:28 +02:00 |
lnworker.py
|
improve payment log dialog
|
2019-10-12 13:47:10 +02:00 |
logging.py
|
|
|
mnemonic.py
|
|
|
msqr.py
|
|
|
network.py
|
fix dns issue on Windows
|
2019-09-18 19:11:40 +02:00 |
old_mnemonic.py
|
|
|
paymentrequest.proto
|
|
|
paymentrequest.py
|
kivy: fix paying onchain invoices
|
2019-09-13 15:00:34 +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
|
|
|
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
|
config: no longer singleton. it is passed to Wallet.__init__
|
2019-09-22 20:46:01 +02:00 |
sql_db.py
|
tests: fix test_find_path_for_payment. need to close sqlite connection
|
2019-09-22 21:21:24 +02:00 |
storage.py
|
storage: read/write sanity checks
|
2019-09-10 21:17:15 +02:00 |
synchronizer.py
|
|
|
transaction.py
|
wallet: txi/txo small clean-up
|
2019-09-12 04:07:17 +02:00 |
util.py
|
minor qt send tab fixes. notably 'send max' was broken
|
2019-09-16 02:54:32 +02:00 |
verifier.py
|
post rebase fixes
|
2019-08-20 09:03:11 +02:00 |
version.py
|
bump version number to 4.0.0a0 (alpha version)
|
2019-10-11 18:13:48 +02:00 |
wallet.py
|
Improve handling of lightning payment status:
|
2019-10-11 17:51:33 +02:00 |
x509.py
|
|
|