Compilation error with try-runtime feature
Runtime not compiling with the try-runtime feature:
- Implementation is not up-to-date.
- Downstream error occurs where
try-runtimerequires traits implemented only withruntime-benchmarks. - Deprecation:
use of deprecated methodtry_runtime_cli::TryRuntimeCmd::run: Substrate'stry-runtimesubcommand has been migrated to a standalone CLI (https://github.com/paritytech/try-runtime-cli). It is no longer being maintained here and will be removed entirely some time after January 2024. Please remove this subcommand from your runtime and use the standalone CLI.
Edited by Benjamin Gallois