mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-02 02:05:19 +00:00
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 |
||
---|---|---|
.. | ||
__init__.py | ||
test_bitcoin.py | ||
test_blockchain.py | ||
test_commands.py | ||
test_dnssec.py | ||
test_mnemonic.py | ||
test_network.py | ||
test_revealer.py | ||
test_simple_config.py | ||
test_storage_upgrade.py | ||
test_transaction.py | ||
test_util.py | ||
test_wallet.py | ||
test_wallet_vertical.py | ||
test_x509.py |