Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,8 @@ cargo build --features try-runtime --release && cp target/release/substrate .
try-runtime \
--runtime /path-to-substrate/target/release/wbuild/my-runtime.wasm \
on-runtime-upgrade \
# if you'd like pre_upgrade & post_upgrade checks to run
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
# if you'd like pre_upgrade & post_upgrade checks to run
# Passing this flag will skip multi-block-migration checks and only run pre_upgrade/post_upgrade checks.

--disable-mbm-checks \
live --uri ws://localhost:9999
```

Expand Down