LBRY-Vault/electrum
2019-11-04 09:21:41 -05:00
..
gui qt settings dialog: small fixes 2019-11-02 06:13:11 +01:00
plugins plugins/coldcard/qt.py: bugfix for API change on main_window.show_transaction 2019-11-04 09:21:41 -05:00
scripts config: no longer singleton. it is passed to Wallet.__init__ 2019-09-22 20:46:01 +02:00
tests fix test following aac0fe9ae6 2019-10-22 18:54:00 +02:00
wordlist file reorganization with top-level module 2018-07-13 14:01:37 +02:00
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 added trigger_crash method for testing crash reporter 2019-07-04 18:06:21 +02:00
base_wizard.py fix #5617 2019-09-04 13:53:38 +02:00
bip32.py wallet: stricter validation in export_private_key 2019-06-12 18:09:38 +02:00
bitcoin.py bitcoin.relayfee: minor clean-up 2019-09-18 22:08:19 +02:00
blockchain.py logging: basics 2019-05-02 15:19:03 +02:00
channel_db.py delete channel from db in remove_channel, becaose it is called from lnworker 2019-10-23 08:20:15 +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 wallet: fix bump_fee when there are only change outputs 2019-10-22 17:12:23 +02:00
commands.py commands: gettransaction cmd now tests txid before returning tx 2019-11-02 05:46:52 +01:00
constants.py move lnworker.first_block to constants 2019-08-20 09:03:11 +02:00
contacts.py logging: basics 2019-05-02 15:19:03 +02:00
crypto.py update lnbase after crypto refactoring 2019-08-20 09:03:09 +02:00
currencies.json Removed dead exchange. 2019-07-21 13:13:51 +02:00
daemon.py config: no longer singleton. it is passed to Wallet.__init__ 2019-09-22 20:46:01 +02:00
dnssec.py change many str(e) to repr(e) as some exceptions were cryptic 2019-07-17 20:12:52 +02:00
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 file reorganization with top-level module 2018-07-13 14:01:37 +02:00
exchange_rate.py network: handle main_taskgroup dying better. passthrough CancelledError 2019-08-30 19:46:25 +02:00
i18n.py move get_default_language to gui.qt.util 2018-09-23 14:11:50 +05:00
interface.py wallet: fix offline hw wallet signing when not specifying --offline 2019-07-29 13:27:37 +02:00
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 fine-grained callbacks for lightning network dialog 2019-10-12 19:15:51 +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 (trivial) logging "verbosity_filter" was renamed to "LOGGING_SHORTCUT" 2019-10-30 03:24:26 +01:00
lnworker.py fix logic error in lnworker.on_channel_closed 2019-10-29 20:39:58 +01: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 file reorganization with top-level module 2018-07-13 14:01:37 +02:00
network.py Allow user to enable lightning in the GUI. Make it a per-wallet setting. 2019-10-13 20:34:38 +02:00
old_mnemonic.py mv "electrum seed" stuff from bitcoin.py to mnemonic.py 2019-02-22 18:01:54 +01:00
paymentrequest.proto file reorganization with top-level module 2018-07-13 14:01:37 +02:00
paymentrequest.py kivy: fix paying onchain invoices 2019-09-13 15:00:34 +02:00
paymentrequest_pb2.py file reorganization with top-level module 2018-07-13 14:01:37 +02:00
pem.py file reorganization with top-level module 2018-07-13 14:01:37 +02:00
plot.py file reorganization with top-level module 2018-07-13 14:01:37 +02:00
plugin.py hw wallets: show DeviceUnpairableError nicely in qt gui 2019-09-03 19:19:58 +02:00
qrscanner.py rename contrib/build-osx as contrib/osx. Move QRReader submodule there. 2018-11-29 11:39:57 +01:00
ripemd.py file reorganization with top-level module 2018-07-13 14:01:37 +02:00
rsakey.py no more "import *" 2019-02-11 20:21:24 +01:00
segwit_addr.py segwit_addr: Use normal comparison for tuple literal (#5712) 2019-10-16 23:50:17 +00:00
servers.json Remove electrumx.ml because of phishing (#5596) 2019-08-29 12:37:33 +00:00
servers_regtest.json file reorganization with top-level module 2018-07-13 14:01:37 +02:00
servers_testnet.json servers: update testnet default list 2019-04-27 23:10:12 +02:00
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 change many str(e) to repr(e) as some exceptions were cryptic 2019-07-17 20:12:52 +02:00
transaction.py wallet: txi/txo small clean-up 2019-09-12 04:07:17 +02:00
util.py Call wallet.set_paid after onchain broadcast. Check if invoices are expired in util.get_request_status 2019-10-23 17:33:46 +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 Call wallet.set_paid after onchain broadcast. Check if invoices are expired in util.get_request_status 2019-10-23 17:33:46 +02:00
x509.py logging: cli options to filter for modules using -v 2019-05-02 15:19:10 +02:00