-
Notifications
You must be signed in to change notification settings - Fork 799
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-aura
to umbrella crate
#6622
base: master
Are you sure you want to change the base?
Conversation
substrate/frame/aura/src/lib.rs
Outdated
BoundedSlice, BoundedVec, ConsensusEngineId, Parameter, | ||
use frame::{ | ||
deps::{ | ||
frame_support::{ConsensusEngineId, Parameter}, |
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 read the new checklist named in the issue, and update the PR to adhere to it. Thank you!
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 failing CI jobs (missing imports)
please review @kianenigma @re-gius |
Part of #6504
Description
BoundedSlice
toframe::runtime::prelude
, which I think should be necessary for mock runtimes in more than one pallet.sp-application-crypto
in polkadot-sdk-frame crate, re-exportsRuntimeAppPublic
andBoundToRuntimeAppPublic
as part of the cryptography module.