-
Notifications
You must be signed in to change notification settings - Fork 781
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-authority-discovery
to umbrella crate
#6619
base: master
Are you sure you want to change the base?
Migrate pallet-authority-discovery
to umbrella crate
#6619
Conversation
please review @re-gius |
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.
Fix TOML formatting, see /~https://github.com/paritytech/polkadot-sdk/actions/runs/12700272273/job/35402669145?pr=6619
@@ -19,37 +19,23 @@ targets = ["x86_64-unknown-linux-gnu"] | |||
codec = { features = [ | |||
"derive", | |||
], workspace = true } | |||
frame-support = { workspace = true } | |||
frame-system = { workspace = 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.
Please remove the experimental
feature flag from now on as in #7177
frame = { workspace = true, features = ["experimental", "runtime"] } | |
frame = { workspace = true, features = ["runtime"] } |
ready for review @re-gius |
Part of #6504