itns-sidechain/test/data/migrations
2024-08-28 15:46:35 +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
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: fix wallet test case for bidreveal. 2024-08-28 15:46:35 +04:00
wallet-4-bid-reveal.json wdb: Migrate bid-reveals. 2024-08-28 13:27:43 +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.