-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
4 changed files
with
84 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Try-Runtime CLI | ||
|
||
🚧 EXPERIMENTAL FEATURE 🚧 | ||
|
||
You can use Chopsticks to perform runtime migration checks. It doesn't support PoV measure yet, only weight check is support. | ||
|
||
```bash | ||
# try-runtime print help | ||
npx @acala-network/chopsticks try-runtime --help | ||
``` | ||
|
||
Basic example: | ||
|
||
```bash | ||
npx @acala-network/chopsticks try-runtime \ | ||
--endpoint <wss://remote.endpoint> \ | ||
--runtime <wasm_runtime_path> \ | ||
--checks PreAndPost | ||
``` | ||
|
||
__NOTE__: You can also use `--config` to pass arguments |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters