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

Add westend chain-spec and some chain-spec utilities #19

Merged
merged 18 commits into from
Apr 16, 2024

Conversation

clangenb
Copy link
Contributor

@clangenb clangenb commented Apr 15, 2024

This PR adds the following:

  1. Hardcode the chain-specs for Bajun and Westend into the collator binary so that we don't need to copy chainspecs.json files to our servers.
  2. Simplify adding new chain configurations by parametrizing chain-spec functions.
  3. Add a script that generates wasm and chain and chain-spec for a chain-id

Todo:

  • westend-local produces blocks (have to wait for 1 hour until the next session begins).
  • Add westend parachain id

node/src/command.rs Outdated Show resolved Hide resolved
@clangenb clangenb changed the title Add chainspec and genesis state utilities and westend chain-spec and state Add westend chain-spec and some chain-spec utilities. Apr 16, 2024
@clangenb clangenb changed the title Add westend chain-spec and some chain-spec utilities. Add westend chain-spec and some chain-spec utilities Apr 16, 2024
@clangenb clangenb merged commit 97a9fa6 into develop Apr 16, 2024
5 checks passed
@clangenb clangenb deleted the cl/create-genesis-configs branch April 16, 2024 08:03
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.

2 participants