mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 05:11:02 +00:00
Remove deprecated TryRuntime subcommand (#4017)
Completes the removal of `try-runtime-cli` logic from `polkadot-sdk`.
This commit is contained in:
@@ -33,7 +33,6 @@ sp-io = { path = "../../substrate/primitives/io" }
|
||||
sp-keyring = { path = "../../substrate/primitives/keyring" }
|
||||
sp-maybe-compressed-blob = { path = "../../substrate/primitives/maybe-compressed-blob" }
|
||||
frame-benchmarking-cli = { path = "../../substrate/utils/frame/benchmarking-cli", optional = true }
|
||||
try-runtime-cli = { path = "../../substrate/utils/frame/try-runtime/cli", optional = true }
|
||||
sc-cli = { path = "../../substrate/client/cli", optional = true }
|
||||
sc-service = { path = "../../substrate/client/service", optional = true }
|
||||
polkadot-node-metrics = { path = "../node/metrics" }
|
||||
@@ -57,7 +56,6 @@ cli = [
|
||||
"sc-service",
|
||||
"sc-tracing",
|
||||
"service",
|
||||
"try-runtime-cli",
|
||||
]
|
||||
runtime-benchmarks = [
|
||||
"frame-benchmarking-cli?/runtime-benchmarks",
|
||||
@@ -70,7 +68,6 @@ full-node = ["service/full-node"]
|
||||
try-runtime = [
|
||||
"service/try-runtime",
|
||||
"sp-runtime/try-runtime",
|
||||
"try-runtime-cli/try-runtime",
|
||||
]
|
||||
fast-runtime = ["service/fast-runtime"]
|
||||
pyroscope = ["pyro", "pyroscope_pprofrs"]
|
||||
|
||||
Reference in New Issue
Block a user