LBRY-Vault/electrum/tests
SomberNight 53d189fc7a
storage: fix some madness about get_data_ref() and put() interacting badly
previously load_transactions() had to be called before upgrade();
now we reverse this order.

to reproduce/illustrate issue, before this commit:

try running convert_version_17 and convert_version_18
(e.g. see testcase test_upgrade_from_client_2_9_3_old_seeded_with_realistic_history)
and then in qt console:
>> wallet.storage.db.get_data_ref('spent_outpoints') == wallet.storage.db.spent_outpoints
False
>> wallet.storage.db.get_data_ref('verified_tx3') == wallet.storage.db.verified_tx
False
2019-06-06 19:49:06 +02:00
..
__init__.py fix prev 2019-05-03 03:13:43 +02:00
test_bitcoin.py bitcoin: stricter check on WIF for compressed pubkeys 2019-04-25 14:35:16 +02:00
test_blockchain.py verifier: fix logic bug. after reorg, some verifs were not undone 2019-03-26 21:01:43 +01:00
test_commands.py commands: fix encrypt/decrypt 2019-05-03 03:10:31 +02:00
test_dnssec.py file reorganization with top-level module 2018-07-13 14:01:37 +02:00
test_mnemonic.py mv "electrum seed" stuff from bitcoin.py to mnemonic.py 2019-02-22 18:01:54 +01:00
test_network.py blockchain.py: generalise fork ids to get rid of conflicts 2018-11-22 16:57:22 +01:00
test_revealer.py revealer: fix unlucky hex seed causing crash 2018-12-15 09:05:12 +01:00
test_simple_config.py Remove unneccessary imports from the unit testing directory. (#4699) 2018-09-08 17:24:23 +02:00
test_storage_upgrade.py storage: fix some madness about get_data_ref() and put() interacting badly 2019-06-06 19:49:06 +02:00
test_transaction.py keystore/transactions: fix overflow of derivation path indices 2019-05-21 02:14:22 +02:00
test_util.py util: add function "chunks" 2019-05-26 04:10:32 +02:00
test_wallet.py wallet: fix deleting address from Imported_Wallet 2019-05-11 02:08:15 +02:00
test_wallet_vertical.py storage_db: fix tests, add modified flag to db class 2019-02-28 12:09:36 +01:00
test_x509.py x509: handle dates in the 22nd century 2018-08-24 14:56:58 +02:00