You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
BuildSpec subcommand for Parachain specific cases and allowing users to generate ChainSpec with arbitrary Parachain ID would be good to have, because the more XCM stuff coming, the more demands to configure and run multiple chains flexibly (even they are same runtime chains) with different Parachain IDs in the same Relaychain.
This is doable by having BuildSpec in cumulus and take --parachain-id as an optional flag.
This PR is for feature request.
Substrate CLI has
BuildSpecsubcommand (https://github.com/paritytech/substrate/blob/master/client/cli/src/commands/build_spec_cmd.rs), however, it cannot generate ChainSpec with user-specified Parachain ID.BuildSpecsubcommand for Parachain specific cases and allowing users to generate ChainSpec with arbitrary Parachain ID would be good to have, because the more XCM stuff coming, the more demands to configure and run multiple chains flexibly (even they are same runtime chains) with different Parachain IDs in the same Relaychain.This is doable by having
BuildSpecin cumulus and take--parachain-idas an optional flag.