LBRY-Vault/electrum/tests
ThomasV dd0be1541e Improve handling of lightning payment status:
- Move 'handle_error_code_from_failed_htlc' to channel_db,
and call it from pay_to_route, because it should not be
called when HTLCs are forwarded.
- Replace 'payment_received' and 'payment_status'
callbacks with 'invoice_status' and 'request_status'.
- Show payment error logs in the Qt GUI
- In the invoices list, show paid invoices for which
we still have the log.
2019-10-11 17:51:33 +02:00
..
regtest Refactor invoices in lnworker. 2019-09-22 16:06:53 +02:00
__init__.py config: no longer singleton. it is passed to Wallet.__init__ 2019-09-22 20:46:01 +02:00
regtest.py remove redundant 'stop' in regtest setUp (should run a bit faster) 2019-08-31 08:49:31 +02:00
test_bitcoin.py config: no longer singleton. it is passed to Wallet.__init__ 2019-09-22 20:46:01 +02:00
test_blockchain.py config: no longer singleton. it is passed to Wallet.__init__ 2019-09-22 20:46:01 +02:00
test_bolt11.py fix tests: follow-up prev 2019-10-01 20:42:34 +02:00
test_commands.py config: no longer singleton. it is passed to Wallet.__init__ 2019-09-22 20:46:01 +02:00
test_dnssec.py config: no longer singleton. it is passed to Wallet.__init__ 2019-09-22 20:46:01 +02:00
test_lnchannel.py config: no longer singleton. it is passed to Wallet.__init__ 2019-09-22 20:46:01 +02:00
test_lnhtlc.py config: no longer singleton. it is passed to Wallet.__init__ 2019-09-22 20:46:01 +02:00
test_lnpeer.py Improve handling of lightning payment status: 2019-10-11 17:51:33 +02:00
test_lnrouter.py tests: fix test_find_path_for_payment. need to close sqlite connection 2019-09-22 21:21:24 +02:00
test_lntransport.py config: no longer singleton. it is passed to Wallet.__init__ 2019-09-22 20:46:01 +02:00
test_lnutil.py config: no longer singleton. it is passed to Wallet.__init__ 2019-09-22 20:46:01 +02:00
test_mnemonic.py config: no longer singleton. it is passed to Wallet.__init__ 2019-09-22 20:46:01 +02:00
test_network.py config: no longer singleton. it is passed to Wallet.__init__ 2019-09-22 20:46:01 +02:00
test_revealer.py config: no longer singleton. it is passed to Wallet.__init__ 2019-09-22 20:46:01 +02:00
test_simple_config.py config: no longer singleton. it is passed to Wallet.__init__ 2019-09-22 20:46:01 +02:00
test_storage_upgrade.py config: no longer singleton. it is passed to Wallet.__init__ 2019-09-22 20:46:01 +02:00
test_transaction.py config: no longer singleton. it is passed to Wallet.__init__ 2019-09-22 20:46:01 +02:00
test_util.py config: no longer singleton. it is passed to Wallet.__init__ 2019-09-22 20:46:01 +02:00
test_wallet.py config: no longer singleton. it is passed to Wallet.__init__ 2019-09-22 20:46:01 +02:00
test_wallet_vertical.py config: no longer singleton. it is passed to Wallet.__init__ 2019-09-22 20:46:01 +02:00
test_x509.py config: no longer singleton. it is passed to Wallet.__init__ 2019-09-22 20:46:01 +02:00