Skip to content
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

feat: allow to use a custom chain-spec generator for plain/raw mode #1453

Merged
merged 5 commits into from
Oct 27, 2023

Conversation

pepoviola
Copy link
Collaborator

@pepoviola pepoviola commented Oct 26, 2023

This pr fix the way we handle chain-spec generation using an external cmd (not the default build-spec from the node). As you may already know, runtimes for polkadot, kusama (not rococo) and other system parachain were moved to fellowship repo so we can't build anymore chains like polkadot-local or kusama-local from the polkadot binary. A new tool is in progress in this pr and a temporary tool was introduced here. This changes in zombienet allow to use the latest tool and continue supporting spawning chains like polkadot-local or kusama-local, with the requirement of have this external tool ready to use (for k8s/podman the tool should be included in the pods)

In the future we may need to change ir again to support the final tool developed for generating chain-specs.

cc: @NachoPal I think we talk about this in the past.

Thx!

@pepoviola pepoviola merged commit a7a287f into main Oct 27, 2023
21 checks passed
@pepoviola pepoviola deleted the feat/custom-chain_spec-cmd branch October 27, 2023 14:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant