itns-sidechain/test/data/migrations
2025-06-09 13:35:15 +04:00
..
chain-0-migrate-migrations-gen.js chain-test: change initial change migration to be selfcontained. 2024-08-26 18:50:32 +04:00
chain-0-migrate-migrations.json chain-test: change initial change migration to be selfcontained. 2024-08-26 18:50:32 +04:00
chain-1-chainstate-gen.js chain-test: update blockstore migration. 2024-08-26 18:50:35 +04:00
chain-1-chainstate.json chain-test: update chainstate migration and remove chaindb methods. 2024-08-26 18:50:34 +04:00
chain-2-blockstore-gen.js chain-test: update blockstore migration. 2024-08-26 18:50:35 +04:00
chain-2-blockstore.json chain-test: update blockstore migration. 2024-08-26 18:50:35 +04:00
chain-3-treestate-gen.js chain-test: update migrate tree state migration. 2024-08-26 18:50:36 +04:00
chain-3-treestate.json chain-test: update migrate tree state migration. 2024-08-26 18:50:36 +04:00
chain-4-migrationstate-v1.json migrations: Add migration state migrations to the wallet and the chain. 2025-03-31 15:31:10 +04:00
README.md wdb: Migrate bid-reveals. 2024-08-28 13:27:43 +04:00
wallet-0-migrate-migrations-gen.js wdb-test: rename lookahead migration data. 2024-08-26 18:50:31 +04:00
wallet-0-migrate-migrations.json wdb: fix initial migrations. 2024-08-26 18:28:35 +04:00
wallet-1-change-gen.js wdb-test: rename lookahead migration data. 2024-08-26 18:50:31 +04:00
wallet-1-change.json wdb: fix change address migration for hsd v2.1.3 and before nodes. 2024-08-26 18:50:27 +04:00
wallet-2-account-lookahead-gen.js wdb-test: rename lookahead migration data. 2024-08-26 18:50:31 +04:00
wallet-2-account-lookahead.json wdb-test: rename lookahead migration data. 2024-08-26 18:50:31 +04:00
wallet-4-bid-reveal-gen.js test: add more coin selection tests to mtx and coinselection. 2025-04-24 14:29:01 +04:00
wallet-4-bid-reveal.json wdb: Migrate bid-reveals. 2024-08-28 13:27:43 +04:00
wallet-5-pagination-2.json wdb-migration: handle edge case when wdb.addBlock is interrupted. 2024-11-19 16:18:09 +00:00
wallet-5-pagination-gen-2.js wdb-migration: handle edge case when wdb.addBlock is interrupted. 2024-11-19 16:18:09 +00:00
wallet-5-pagination-gen.js test: add support for deterministic inputs in wallet utils. 2025-05-30 17:46:21 +04:00
wallet-5-pagination.json wdb-migration: handle edge case when wdb.addBlock is interrupted. 2024-11-19 16:18:09 +00:00
wallet-6-migrationstate-v1.json migrations: Add migration state migrations to the wallet and the chain. 2025-03-31 15:31:10 +04:00
wallet-7-coinselector-gen.js docs: Update changelog. 2025-06-09 13:35:15 +04:00
wallet-7-coinselector.json wdb-migration: Add coin selection indexes to the existing wallets. 2025-06-02 15:31:40 +04:00

Migration data with before/after entries.

It contains generator scripts and manually assembled jsons for the migrations.

Notes

  • wallet-4-bid-reveal.json (wallet-4-bid-reveal-gen.js)
    • fullAfter is db dump with new version, after is filtered out things that can not be recovered.
      • Removed not-owned BID <-> Reveal bidings, they are not possible to recover. We don't have transactions for those. We can't recover height of the bids either.