-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Plain chain spec is not edited #1602
Comments
How is CI working then? And there was also some fix here: #1469 |
Might be the version then, sorry. I talked to @pepoviola before and I understood it had not been addressed yet. |
Hey @NachoPal can you try with the latest version |
I just tried with |
Can you send me your config (toml) file to reproduce locally? |
I wasn't really using |
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
The text was updated successfully, but these errors were encountered: