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

Change in the way the genesis state is generated, Usage of --runtime=wasm & --genesis-builder=runtime is required. #530

Open
vatsa287 opened this issue Dec 9, 2024 · 2 comments

Comments

@vatsa287
Copy link
Member

vatsa287 commented Dec 9, 2024

#2024-12-0913:55:05 Using the chain spec instead of the runtime to generate the genesis state is deprecated. Please remove the--chain/--dev/--localargument, point--runtimeto your runtime blob and set--genesis-builder=runtime`. This warning may become a hard error any time after December 2024.**

Currently our binary does not have --runtime=wasm & --genesis-builder support.
This might be required to have this warning suppressed.

@vatsa287 vatsa287 changed the title Change in the way the genesis state is generated. Change in the way the genesis state is generated, Usage of --runtime=wasm & --genesis-builder=runtime is required. Dec 9, 2024
@smohan-dw
Copy link
Member

What's the command you tried here?

@vatsa287
Copy link
Member Author

@smohan-dw
This error is propagated from benchmarks/ cargo test, which is also part of the CI pipeline.

cargo test --release  --locked --features=runtime-benchmarks --no-fail-fast --verbose --color always --all --all-targets

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants