-
Notifications
You must be signed in to change notification settings - Fork 775
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
Make frame crate not use the feature experimental #7177
base: master
Are you sure you want to change the base?
Conversation
/cmd prdoc --audience runtime_dev --bump minor |
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.
We should remove the feature from the Cargo.toml
file and its usage everywhere. Otherwise this pr is not complete.
Yes! You can find the merged PRs (and so the affected pallets) at #6504 |
Yes, I removed usages of About removing the feature in Maybe instead of feature we should give the experimental nature in the type name like |
We already use it for lots of pallet.
Keeping it feature gated by experimental means we lose the information of which pallet was using experimental before the migration to frame crate usage.
We can consider
polkadot-sdk-frame
crate unstable but let's not use the featureexperimental
.