zombienet icon indicating copy to clipboard operation
zombienet copied to clipboard

[feat] Be able to deploy only Parachains without a Relay Chain node

Open NachoPal opened this issue 1 year ago • 2 comments

It seems it always expect in the config file a Relay Chain node. In some cases is useful to be able to deploy only some Parachains collators.

NachoPal avatar Jul 21 '22 11:07 NachoPal

Hi @NachoPal, sounds interesting. When zombienet create the para chain-spec file its set the relay_chain field, what would be the appropriated value in this case?

Thanks!

pepoviola avatar Jul 22 '22 09:07 pepoviola

[relaychain] would be still necessary in the config file. You can get its chain_spec.json and info to be used by the parachain from there.

However, [[relaychain.nodes]] wouldn't be mandatory.

To summarise:

  • Relay chain specs are needed
  • To define its nodes is not

NachoPal avatar Jul 27 '22 12:07 NachoPal

Hi @NachoPal, sorry about the delay. I think this could be done in the current version with the needed config (e.g chain-spec for relay-chain side). If you still need to run it please ping me.

Thanks!!

pepoviola avatar Mar 16 '23 12:03 pepoviola