LBRY-Vault/electrum
2022-07-20 21:41:43 +02:00
..
gui Update main_window.py 2020-02-19 15:34:36 +01:00
plugins Add support for Ledger Nano S Plus 2022-07-20 21:41:43 +02:00
scripts Rebase Electrum to 3.3.8 2020-02-17 23:58:06 +01:00
tests Rebase Electrum to 3.3.8 2020-02-17 23:58:06 +01: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 windows: dll-load 'hack' needs to be applied not only from main script 2020-02-11 20:57:37 +01:00
address_synchronizer.py wallet: (sanity) is_mine now guaranteed to handle 'None' input 2020-02-12 18:14:04 +01:00
base_crash_reporter.py added trigger_crash method for testing crash reporter 2019-07-04 18:06:21 +02:00
base_wizard.py Upgrade Electrum base to 3.3.8 2020-02-17 23:42:13 +01:00
bip32.py ecc: abstract away some usage of python-ecdsa: bytes<->int conversions 2020-02-11 16:41:49 +01:00
bitcoin.py bitcoin.py: base58 address: make sure all public methods test checksum 2019-12-08 06:56:19 +01:00
blockchain.py Upgrade Electrum base to 3.3.8 2020-02-17 23:42:13 +01:00
channel_db.py ln chan verifier: fix code rot 2019-12-10 01:14:38 +01: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 CoinChooser: avoid NotEnoughFunds if zero buckets are sufficient 2019-11-11 15:15:04 +01:00
commands.py Upgrade Electrum base to 3.3.8 2020-02-17 23:42:13 +01:00
constants.py Upgrade Electrum base to 3.3.8 2020-02-17 23:42:13 +01:00
contacts.py Upgrade Electrum base to 3.3.8 2020-02-17 23:42:13 +01:00
crypto.py update lnbase after crypto refactoring 2019-08-20 09:03:09 +02:00
currencies.json Upgrade Electrum base to 3.3.8 2020-02-17 23:42:13 +01:00
daemon.py ecc: abstract away some usage of python-ecdsa: randrange 2020-02-11 16:41:45 +01:00
dns_hacks.py network dns hacks: split from network.py into its own file 2020-01-22 18:32:57 +00:00
dnssec.py ecc: abstract away some usage of python-ecdsa: bytes<->int conversions 2020-02-11 16:41:49 +01:00
ecc.py Update ecc.py 2020-02-19 15:17:06 +01:00
ecc_fast.py build: create a standalone build script for libsecp256k1 2020-02-11 16:48:24 +01: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 file reorganization with top-level module 2018-07-13 14:01:37 +02:00
interface.py Upgrade Electrum base to 3.3.8 2020-02-17 23:42:13 +01:00
json_db.py Restructure wallet storage: 2020-02-04 13:35:58 +01:00
jsonrpc.py Upgrade Electrum base to 3.3.8 2020-02-17 23:42:13 +01:00
keystore.py wallet: fix is_mine/can_sign. don't just rely on ks, also check script 2020-02-12 18:14:07 +01:00
lightning.json update lightning.json 2019-08-20 09:03:11 +02:00
lnaddr.py lnworker: introduce PaymentAttemptLog NamedTuple 2019-12-10 03:17:57 +01:00
lnchannel.py add comment re lnchannel channel_states 2020-02-14 16:15:25 +01:00
lnhtlc.py Restructure wallet storage: 2020-02-04 13:35:58 +01:00
lnmsg.py fix encode_msg: optional fields were not sent 2019-08-20 09:03:12 +02:00
lnonion.py lnworker: introduce PaymentAttemptLog NamedTuple 2019-12-10 03:17:57 +01:00
lnpeer.py (minor) call lnwatcher.add_channel from lnworker.add_channel 2020-02-14 14:15:15 +01:00
lnrouter.py lnworker: introduce PaymentAttemptLog NamedTuple 2019-12-10 03:17:57 +01:00
lnsweep.py Restructure wallet storage: 2020-02-04 13:35:58 +01:00
lntransport.py LNPeerAddr: validate arguments 2019-11-26 00:15:33 +01:00
lnutil.py ecc: small API clean-up 2020-02-11 16:42:02 +01:00
lnverifier.py ln chan verifier: fix code rot 2019-12-10 01:14:38 +01:00
lnwatcher.py Separate JsonDB and WalletDB 2020-02-03 12:36:07 +01:00
lnworker.py (minor) call lnwatcher.add_channel from lnworker.add_channel 2020-02-14 14:15:15 +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 Upgrade Electrum base to 3.3.8 2020-02-17 23:42:13 +01:00
msqr.py Upgrade Electrum base to 3.3.8 2020-02-17 23:42:13 +01:00
network.py Upgrade Electrum base to 3.3.8 2020-02-17 23:42:13 +01:00
old_mnemonic.py old_mnemonic: speed up mn_decode 2019-11-15 12:08:06 +01:00
paymentrequest.proto file reorganization with top-level module 2018-07-13 14:01:37 +02:00
paymentrequest.py integrate PSBT support natively. WIP 2019-11-04 22:24:36 +01: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 add some type hints 2019-11-22 22:59:33 +01: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 integrate PSBT support natively. WIP 2019-11-04 22:24:36 +01:00
servers.json Added alternate server 2020-12-16 19:33:10 +01: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 Update simple_config.py 2020-02-19 14:47:51 +01: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 Separate db from storage 2020-02-10 17:45:23 +01:00
synchronizer.py network.get_transaction: move some response validation logic from Synchronizer 2020-01-09 19:23:28 +01:00
transaction.py json_db: only deserialize transactions on-demand 2020-01-19 05:49:12 +01:00
util.py Data directory linux fix 2020-02-19 09:34:25 +01:00
verifier.py post rebase fixes 2019-08-20 09:03:11 +02:00
version.py Upgrade Electrum base to 3.3.8 2020-02-17 23:42:13 +01:00
wallet.py channel states: make sure that closing_txid is saved if channel is closed 2020-02-14 13:25:04 +01:00
wallet_db.py follow-up fixes to storage-db separation 2020-02-13 20:00:12 +01:00
websockets.py Upgrade Electrum base to 3.3.8 2020-02-17 23:42:13 +01:00
x509.py ecc: abstract away some usage of python-ecdsa: bytes<->int conversions 2020-02-11 16:41:49 +01:00