mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-16 21:21:03 +00:00
Revert to use InspectCmd, bump substrate 6bef4f4 (#966)
* revert to use InspectCmd * rust toolchain 1.52 * Bump `finality-grandpa` and `parity-scale-codec` * bump to same version for substrate as polkadot v0.9.1 * bump to polkadot 0.9.2 deps for substrate `6bef4f4` Co-authored-by: Hernando Castano <hernando@hcastano.com>
This commit is contained in:
committed by
Bastian Köcher
parent
b6efe6f740
commit
1f75777085
@@ -63,7 +63,7 @@ pub enum Subcommand {
|
|||||||
Revert(sc_cli::RevertCmd),
|
Revert(sc_cli::RevertCmd),
|
||||||
|
|
||||||
/// Inspect blocks or extrinsics.
|
/// Inspect blocks or extrinsics.
|
||||||
Inspect(node_inspect::cli::InspectKeyCmd),
|
Inspect(node_inspect::cli::InspectCmd),
|
||||||
|
|
||||||
/// Benchmark runtime pallets.
|
/// Benchmark runtime pallets.
|
||||||
Benchmark(frame_benchmarking_cli::BenchmarkCmd),
|
Benchmark(frame_benchmarking_cli::BenchmarkCmd),
|
||||||
|
|||||||
@@ -63,7 +63,7 @@ pub enum Subcommand {
|
|||||||
Revert(sc_cli::RevertCmd),
|
Revert(sc_cli::RevertCmd),
|
||||||
|
|
||||||
/// Inspect blocks or extrinsics.
|
/// Inspect blocks or extrinsics.
|
||||||
Inspect(node_inspect::cli::InspectKeyCmd),
|
Inspect(node_inspect::cli::InspectCmd),
|
||||||
|
|
||||||
/// Benchmark runtime pallets.
|
/// Benchmark runtime pallets.
|
||||||
Benchmark(frame_benchmarking_cli::BenchmarkCmd),
|
Benchmark(frame_benchmarking_cli::BenchmarkCmd),
|
||||||
|
|||||||
Reference in New Issue
Block a user