Skip to content

Commit

Permalink
try-runtime clear prefix for large storage maps (#1262)
Browse files Browse the repository at this point in the history
  • Loading branch information
ermalkaleci committed Jun 13, 2024
1 parent 6842af3 commit 746df1a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/try-runtime-storage.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
System:
$removePrefix: ["Account"]
EVM:
$removePrefix: ["AccountCodes", "AccountStorages"]
2 changes: 1 addition & 1 deletion .github/workflows/check-migrations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ jobs:
RUNTIME_BLOB_NAME=$(echo $PACKAGE_NAME | sed 's/-/_/g').compact.compressed.wasm
RUNTIME_BLOB_PATH=./target/release/wbuild/$PACKAGE_NAME/$RUNTIME_BLOB_NAME
npx @acala-network/chopsticks@beta try-runtime -c ${{ matrix.runtime }} --checks All --runtime $RUNTIME_BLOB_PATH ${{ env.EXTRA_ARGS }}
npx @acala-network/chopsticks try-runtime -c ${{ matrix.runtime }} --import-storage .github/try-runtime-storage.yml --checks All --runtime $RUNTIME_BLOB_PATH ${{ env.EXTRA_ARGS }}

0 comments on commit 746df1a

Please sign in to comment.