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

chain-spec-builder failing #2429

Closed
2 tasks done
NachoPal opened this issue Nov 21, 2023 · 2 comments
Closed
2 tasks done

chain-spec-builder failing #2429

NachoPal opened this issue Nov 21, 2023 · 2 comments
Assignees
Labels
I2-bug The node fails to follow expected behavior. I10-unconfirmed Issue might be valid, but it's not yet known.

Comments

@NachoPal
Copy link
Contributor

NachoPal commented Nov 21, 2023

Is there an existing issue?

  • I have searched the existing issues

Experiencing problems? Have you tried our Stack Exchange first?

  • This is not a support question.

Description of bug

I am getting the following error:

Error: "getting default config from runtime should work: wasm call error Other: Exported method GenesisBuilder_create_default_config is not found"

when trying to build a chain_spec.

This is the command I run:

./target/release/chain-spec-builder create -r polkadot_runtime.wasm default /dev/stdout

@michalkucharczyk

@NachoPal NachoPal added I2-bug The node fails to follow expected behavior. I10-unconfirmed Issue might be valid, but it's not yet known. labels Nov 21, 2023
@michalkucharczyk
Copy link
Contributor

polkadot and kusama runtime do not have support for genesis-builder yet.
This PR is still pending: polkadot-fellows/runtimes#51

@michalkucharczyk
Copy link
Contributor

There is also a temporary tool that allows to get chainspecs: polkadot-fellows/runtimes#78

@bkchr bkchr closed this as completed Nov 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
I2-bug The node fails to follow expected behavior. I10-unconfirmed Issue might be valid, but it's not yet known.
Projects
None yet
Development

No branches or pull requests

3 participants