Skip to content

Commit

Permalink
chore: comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dandanlen committed Feb 27, 2024
1 parent 8617340 commit b32f333
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bouncer/shared/try_runtime_upgrade.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ function tryRuntimeCommand(runtimePath: string, blockParam: string, networkUrl:
const stderrFile = path.join(os.tmpdir(), `cmd-stderr-${Date.now()}`);
try {
execSync(
// TODO: Replace pre-and-post with all after the SDK issue paritytech/polkadot-sdk#2560 is merged.
`try-runtime --runtime ${runtimePath} on-runtime-upgrade --disable-spec-version-check --disable-idempotency-checks --checks pre-and-post ${blockParam} --uri ${networkUrl} 2> ${stderrFile}`,
{ env: { ...process.env, RUST_LOG: 'runtime::executive=debug' } },
);
Expand Down

0 comments on commit b32f333

Please sign in to comment.