Issue Description
After paritytech/polkadot-sdk#1256, chain_spec.json format changed. Because of that, zombienet is not able to properly edit the plain_chain_spec.json. For example, it does not override the collators information since it is not able to find the key un the json file.
Steps to reproduce the issue
Try to deploy a Parachain using a polkadot-parachain client version after paritytech/polkadot-sdk#1256 was merged.
Describe the results you received
The parachain does not produce blocks because the Relay Chain is expecting different collator keys.
Describe the results you expected
chain_spec_plain.json to be properly edited with the correct collators. Parachain producing blocks
Zombienet version
@zombienet/cl: 1.3.77
Provider
Native
Provider version
polkadot-parachain v1.4.0
Upstream Latest Release
No
Additional environment details
Additional environment details
Additional information
Additional information like issue happens only occasionally or issue happens with a particular architecture or on a particular setting
Screenshots
No response
Issue Description
After paritytech/polkadot-sdk#1256, chain_spec.json format changed. Because of that, zombienet is not able to properly edit the plain_chain_spec.json. For example, it does not override the collators information since it is not able to find the key un the json file.
Steps to reproduce the issue
Try to deploy a Parachain using a
polkadot-parachainclient version after paritytech/polkadot-sdk#1256 was merged.Describe the results you received
The parachain does not produce blocks because the Relay Chain is expecting different collator keys.
Describe the results you expected
chain_spec_plain.json to be properly edited with the correct collators. Parachain producing blocks
Zombienet version
@zombienet/cl: 1.3.77
Provider
Native
Provider version
polkadot-parachain v1.4.0Upstream Latest Release
No
Additional environment details
Additional environment details
Additional information
Additional information like issue happens only occasionally or issue happens with a particular architecture or on a particular setting
Screenshots
No response