Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

Commit

Permalink
[README] add note about fetching the storage version
Browse files Browse the repository at this point in the history
  • Loading branch information
clangenb committed Feb 11, 2024
1 parent 1b6a9d0 commit 5285a4e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@ A game platform [parachain](https://wiki.polkadot.network/docs/learn-parachains)


## Check state migrations
The below is an example how you can verify storage migrations against live onchain data.

**NOTE**: Data for the pallet under test must be fetched, otherwise try-runtime doesn't even fetch its onchain storage
version.

```bash
curl -sL https://github.com/paritytech/try-runtime-cli/releases/download/v0.5.2/try-runtime-x86_64-unknown-linux-musl -o try-runtime
Expand Down

0 comments on commit 5285a4e

Please sign in to comment.