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-runtime
requires traits implemented only withruntime-benchmarks
. - Deprecation:
use of deprecated method
try_runtime_cli::TryRuntimeCmd::run: Substrate's
try-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