LBRY-Vault/electrum/tests
SomberNight 8e89c0c971
wallet: some clean-up re get_address_history vs db.get_addr_history
note: tests needed changing due to behavioural change in wallet.get_receiving_address()
Previously wallet.get_receiving_address used wallet.db.get_addr_history,
now it (indirectly) uses wallet.get_address_history, which now also considers local txns.
2019-12-07 05:42:28 +01:00
..
regtest Refactor channel states: 2019-11-22 20:14:54 +01: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 also grind ecdsa low R when using libsecp256k1, and fix tests 2019-12-05 20:27:55 +01: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_coinchooser.py CoinChooser: avoid NotEnoughFunds if zero buckets are sufficient 2019-11-11 15:15:04 +01:00
test_commands.py also grind ecdsa low R when using libsecp256k1, and fix tests 2019-12-05 20:27:55 +01: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 Refactor channel states: 2019-11-22 20:14:54 +01: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 Tests: Remove on_channels_updated (#5819) 2019-12-04 19:40:52 +00: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 also grind ecdsa low R when using libsecp256k1, and fix tests 2019-12-05 20:27:55 +01:00
test_mnemonic.py old_mnemonic: speed up mn_decode 2019-11-15 12:08:06 +01:00
test_network.py config: no longer singleton. it is passed to Wallet.__init__ 2019-09-22 20:46:01 +02:00
test_psbt.py psbt: allow insecure signing of legacy UTXOs without full previous tx 2019-11-07 02:40:10 +01: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 bitcoin.py: remove some remnants of TYPE_ADDRESS, TYPE_SCRIPT 2019-11-21 18:51:38 +01: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 integrate PSBT support natively. WIP 2019-11-04 22:24:36 +01:00
test_wallet_vertical.py wallet: some clean-up re get_address_history vs db.get_addr_history 2019-12-07 05:42:28 +01:00
test_x509.py config: no longer singleton. it is passed to Wallet.__init__ 2019-09-22 20:46:01 +02:00