-
Notifications
You must be signed in to change notification settings - Fork 792
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
Migrate pallet-insecure-randomness-collective-flip
to umbrella crate
#6738
Conversation
User @FereMouSiopi, please sign the CLA here. |
/cmd prdoc --audience runtime_dev --bump minor |
please review @re-gius |
Review required! Latest push from author must always be reviewed |
please review @bkchr |
We need the |
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.
Remove the experimental
feature flag and then you can merge
[dev-dependencies] | ||
sp-core = { workspace = true, default-features = true } | ||
sp-io = { workspace = true, default-features = true } | ||
frame = { workspace = true, features = ["experimental", "runtime"] } |
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.
frame = { workspace = true, features = ["experimental", "runtime"] } | |
frame = { workspace = true, features = ["runtime"] } |
See #7177
Head branch was pushed to by a user without write access
89b0228
Part of #6504