LBRY-Vault/electrum
SomberNight 55b5335ebb
qt tx dialog: always show input amounts if we know them
Previously we would only show input amounts for partial txs.
Now also show them for complete txs as well, if we know them:
we check in the wallet db for the prevtx and read the value for the output.
This is safe as the input commits to the prevout via txid (which commits to the output value).

Also show "from addresses" in more cases in a similar fashion.
2020-10-18 20:37:14 +02:00
..
gui qt tx dialog: always show input amounts if we know them 2020-10-18 20:37:14 +02:00
lnwire lnmsg: rewrite LN msg encoding/decoding 2020-04-01 21:39:48 +02:00
plugins plugins/bitbox02: add support for signing a message 2020-10-14 20:33:54 +02:00
scripts scripts: add script to showcase bruteforcing wallet file password 2020-09-01 18:15:37 +02:00
tests network: tighten checks of server responses for type/sanity 2020-10-16 19:30:42 +02:00
wordlist
www@dbba6f5701 update submodule 2020-06-23 19:25:07 +02:00
__init__.py
address_synchronizer.py qt tx dialog: always show input amounts if we know them 2020-10-18 20:37:14 +02:00
base_crash_reporter.py crash reporter: propagate HTTP error as exception 2020-06-14 03:41:45 +02:00
base_wizard.py fix display of Zpub in Kivy during multisig wallet creation (see #6456) 2020-08-26 20:26:59 +02:00
bip32.py
bip39_recovery.py bip39 scan: follow-up prev 2020-08-20 18:58:52 +02:00
bip39_wallet_formats.json Automated BIP39 Recovery, squashed 2020-08-20 17:50:39 +02:00
bitcoin.py keystore: improve check_password. 2020-09-11 13:42:12 +02:00
blockchain.py blockchain.py: maybe fix rare deadlock 2020-08-25 20:29:08 +02:00
channel_db.py channeldb: implement dictionary conversion 2020-10-02 06:58:09 +02:00
checkpoints.json update block header checkpoints 2020-06-20 02:33:30 +02:00
checkpoints_testnet.json update block header checkpoints 2020-06-20 02:33:30 +02:00
coinchooser.py coinchooser: change "enable_output_value_rounding" default to True 2020-06-03 18:18:56 +02:00
commands.py wallet: make labels private, and access to need lock 2020-10-13 18:57:55 +02:00
constants.py Automated BIP39 Recovery, squashed 2020-08-20 17:50:39 +02:00
contacts.py import/exports to json files: 2020-06-05 13:17:01 +02:00
crypto.py crypto: check version of pycryptodomex/cryptography at runtime 2020-10-15 16:25:06 +02:00
currencies.json Merge pull request #6410 from cointradermonitor/cointradermonitor-new-brazilian-index 2020-07-29 18:01:22 +02:00
daemon.py cli: allow specifying --wallet at any arg position, as before 2020-10-05 18:02:37 +02:00
dns_hacks.py windows dns hack: fix #6473 2020-08-25 16:57:10 +02:00
dnssec.py dnssec: fix compat with dnspython 1.16 2020-07-02 11:12:38 +02:00
ecc.py
ecc_fast.py
electrum
exchange_rate.py Merge pull request #6410 from cointradermonitor/cointradermonitor-new-brazilian-index 2020-07-29 18:01:22 +02:00
i18n.py translations: add note that f-strings cannot be translated 2020-04-11 16:33:45 +02:00
interface.py network: tighten checks of server responses for type/sanity 2020-10-16 19:30:42 +02:00
invoices.py invoices: always validate that LNInvoice.invoice can be decoded 2020-09-11 19:57:42 +02:00
json_db.py json_db: exempt keystore from StoredDict conversion 2020-09-04 16:11:01 +02:00
keystore.py keystore: improve check_password. 2020-09-11 13:42:12 +02:00
lnaddr.py LN invoices: support msat precision 2020-06-22 22:48:13 +02:00
lnchannel.py LN cooperative close: avoid address-reuse (#6590) 2020-09-15 15:37:47 +00:00
lnhtlc.py lnhtlc: fix prev: too much copy-paste 2020-09-05 17:49:02 +02:00
lnmsg.py lnmsg: small speed-up: read first, check length after 2020-04-01 21:49:23 +02:00
lnonion.py lnutil.PaymentAttemptLog: fix error formatting 2020-06-22 03:40:04 +02:00
lnpeer.py lnworker: add request_remote_force_close which can be used without state 2020-10-17 03:59:50 +02:00
lnrouter.py lnrouter: blacklist channels for a limited time (see #6124) 2020-05-10 12:37:27 +02:00
lnsweep.py lnsweep: claim our_ctx_to_local if we breach 2020-06-18 11:33:44 +02:00
lntransport.py lnworker: (fix) a listening node would busy-loop if remote DC-ed early 2020-09-24 01:52:35 +02:00
lnutil.py invoices: always validate that LNInvoice.invoice can be decoded 2020-09-11 19:57:42 +02:00
lnverifier.py
lnwatcher.py LNWatcher: implement diagnostic_name; for nicer log lines 2020-09-18 20:54:09 +02:00
lnworker.py lnworker: add request_remote_force_close which can be used without state 2020-10-17 03:59:50 +02:00
logging.py android: enable full logging if DEBUG build 2020-06-19 01:52:21 +02:00
mnemonic.py mnemonic: implement Wordlist class 2020-02-29 00:20:11 +01:00
network.py network: tighten checks of server responses for type/sanity 2020-10-16 19:30:42 +02:00
old_mnemonic.py mnemonic: implement Wordlist class 2020-02-29 00:20:11 +01:00
paymentrequest.proto
paymentrequest.py LN invoices: support msat precision 2020-06-22 22:48:13 +02:00
paymentrequest_pb2.py regenerate paymentrequest_pb2.py with new protoc 2020-06-04 20:27:26 +02:00
pem.py
plot.py
plugin.py hardware devices: run all device communication on dedicated thread (#6561) 2020-09-08 15:52:53 +00:00
qrscanner.py win binary: build zbar ourselves (#6593) 2020-09-15 15:35:57 +00:00
ripemd.py
rsakey.py
segwit_addr.py
servers.json Remove rogue phishing server enode.duckdns.org 2020-10-08 08:44:51 +02:00
servers_regtest.json
servers_testnet.json servers: minor refresh to default lists 2020-06-20 03:24:34 +02:00
simple_config.py network: tighten checks of server responses for type/sanity 2020-10-16 19:30:42 +02:00
sql_db.py SqlDB: fix thread-safety issues re asyncio.Future 2020-10-06 19:24:10 +02:00
storage.py simplify prev 2020-10-07 20:39:00 +02:00
submarine_swaps.py (fix) allow opening LN wallet with --offline 2020-10-15 14:20:51 +02:00
synchronizer.py interface: check server response for some methods 2020-07-02 15:41:39 +02:00
transaction.py tx: add deserialize to locktime/version properties (#6633) 2020-10-06 15:10:46 +00:00
util.py network: tighten checks of server responses for type/sanity 2020-10-16 19:30:42 +02:00
verifier.py
version.py prepare release 4.0.4 2020-10-15 17:37:46 +02:00
wallet.py wallet: don't try to get_input_tx from network when offline 2020-10-14 19:30:10 +02:00
wallet_db.py wallet: make labels private, and access to need lock 2020-10-13 18:57:55 +02:00
x509.py