-
Notifications
You must be signed in to change notification settings - Fork 49
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
Do we need to regenerate genesis binary after modifying runtime? #395
Comments
This only applies to cases of resetting or purging network, for long running networks, since the genesis binary will not be used, they will not be confused by this question. |
Xavier:
Jam:
Xavier:
frame_system: Some(SystemConfig {
code: WASM_BINARY.to_vec(),
changes_trie_config: Default::default(),
}),
Jam:
|
Yes, for deploying a brand new network. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Related #388
https://github.com/paritytech/substrate/blob/v2.0.0-alpha.4/frame/system/src/lib.rs#L409
https://github.com/paritytech/substrate/blob/v2.0.0-alpha.4/bin/node/cli/src/chain_spec.rs#L232
The text was updated successfully, but these errors were encountered: