-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove deprecated method try_runtime_cli::TryRuntimeCmd::run (#1869)
# Goal The goal of this PR is to remove deprecated code. Closes #1814 # Changes - [x] Remove `try-runtime` command-line option - [x] `cargo update -p wasmi wasmi_arena` to fix lint-audit problems - [x] Makefile updates for `try-runtime` and `.PHONY` targets # How to test - Building with `features=try-runtime` does not complain about deprecation. - Run `make try-runtime-XXX` commands and confirm they work. As runtime upgrades take quite a long time, maybe focus on the snapshots, and use the files from Google Drive:`Initiatives/Projects/Labs/Developers/Frequency Snapshots` - Are there any other places in the repo that might be affected by removing the `try-runtime` command line option? # Checklist - [ ] Chain spec updated - [ ] Custom RPC OR Runtime API added/changed? Updated js/api-augment. - [ ] Design doc(s) updated - [ ] Tests added - [ ] Benchmarks added - [ ] Weights updated
- Loading branch information
1 parent
33e541c
commit 46a5b8c
Showing
4 changed files
with
31 additions
and
45 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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