Remove deprecated TryRuntime subcommand (#4017)

Completes the removal of `try-runtime-cli` logic from `polkadot-sdk`.
This commit is contained in:
Liam Aharon
2024-04-12 06:01:16 +10:00
committed by GitHub
parent 25f038aa8e
commit 39b1f50f1c
27 changed files with 17 additions and 2001 deletions
+15
View File
@@ -0,0 +1,15 @@
title: Complete removal of `TryRuntime` subcommand
doc:
- audience: Node Operator
description: |
The deprecated `try-runtime` subcommand and `try-runtime-cli` crate has been completely removed.
If you are not already, you should be using the standalone CLI at https://github.com/paritytech/try-runtime-cli.
crates:
- name: polkadot-parachain-bin
bump: patch
- name: polkadot-cli
bump: patch
- name: staging-node-cli
bump: patch