-
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
Unrecognized subcommand 'export-genesis-state' #1882
Comments
Hi @magecnion, I think the issue is that the needed /// Export the genesis state of the parachain.
#[command(alias = "export-genesis-state")]
ExportGenesisHead(cumulus_client_cli::ExportGenesisHeadCommand),
/// Export the genesis wasm of the parachain.
ExportGenesisWasm(cumulus_client_cli::ExportGenesisWasmCommand), Does this binary works before with zombienet? |
You can set the genesis_wasm_path = "<path to wasm>"
genesis_state_path = "<path to head/state>" e.g
Thx! |
It is the first time I am trying to run Frontier binary with Zombienet, but looking at previous versions, it doesn't include those commands either.
Because of what was stated in the previous comment, I'm not able to produce WASM and state manually. I could implement those commands in Frontier. However, I'm getting another error: I think it is because the Frontier node has no integration with parachain code (aka Cumulus), so I guess there is no easy workaround to get this working. |
Issue Description
I'm trying to run the Zombienet environment with a collator using the Frontier runtime.
Steps to reproduce the issue
Steps to reproduce the issue
Describe the results you received
Describe the results you expected
It should run a network with a collator that includes the frontier runtime.
Zombienet version
1.3.110
Provider
Native
Provider version
Upstream Latest Release
Yes
The text was updated successfully, but these errors were encountered: