Remove deprecated build-spec CLI subcommand#12586
Conversation
Migrate callers to export-chain-spec and drop BuildSpecCmd from sc-cli.
|
/cmd prdoc --audience node_dev --bump major |
|
/cmd label T13-deprecation |
…e_dev --bump major'
Keeps omni-node help test passing while build-spec is removed.
|
@Kanasjnr Check out the CI jobs, they are failing because you removed |
I was waiting on @bkontur i reached out regarding it the CI is failing on zombienet tests because zombienet-orchestrator 0.4.9 still defaults to build-spec for chain spec generation. After removing the subcommand, tests like sync_blocks_from_tip_without_connected_collator and minimal_template_block_production_test fail with unrecognized subcommand 'build-spec'. Options I was thinking was |
Co-authored-by: Francisco Aguirre <franciscoaguirreperez@gmail.com>
Summary
build-specCLI subcommand andBuildSpecCmdfromsc-cli.export-chain-spec.Part of #11561