-
Notifications
You must be signed in to change notification settings - Fork 835
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 genesis presets for coretime parachains #7476
add genesis presets for coretime parachains #7476
Conversation
@clangenb nice, please clean also polkadot-parachain-bin e.g. here https://github.com/paritytech/polkadot-sdk/blob/master/cumulus/polkadot-parachain/src/chain_spec/people.rs#L166 with |
Thanks for the quick review. Will do that for all my PRs! |
I think I have added the necessary fixes. It is ready for another review. 🚀 |
@bkontur the omni-bencher checks passed 🥳. Is there anything I can do besides waiting to get reviews from the CI and release engineering team? |
Can we get the release engineering team to approve this too? :D |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
endowment is changed a bit but it shouldn't matter,
I don't see why alice is removed as sudo key? but I am not very familiar with this part of the code.
Also it seems we use different para id inside the configuration
cumulus/parachains/runtimes/coretime/coretime-rococo/src/genesis_config_presets.rs
Outdated
Show resolved
Hide resolved
cumulus/parachains/runtimes/coretime/coretime-rococo/src/genesis_config_presets.rs
Show resolved
Hide resolved
cumulus/parachains/runtimes/coretime/coretime-rococo/src/genesis_config_presets.rs
Outdated
Show resolved
Hide resolved
cumulus/parachains/runtimes/coretime/coretime-westend/src/genesis_config_presets.rs
Outdated
Show resolved
Hide resolved
/cmd prdoc --audience runtime-dev --bump minor |
Command "prdoc --audience runtime-dev --bump minor" has failed ❌! See logs here |
…is_config_presets.rs Use ROC instead of UNITs Co-authored-by: Guillaume Thiolliere <[email protected]>
bf57a04
to
bcdc0fd
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me
/cmd prdoc --audience runtime_dev --bump minor |
I think this PR is fine now, can someone add it to the merge queue? |
e9b745a
Extracted from #7473.
Part of: #5704.