-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Restructure macro-related exports into private mods for frame #14375
Restructure macro-related exports into private mods for frame #14375
Conversation
Co-authored-by: Bastian Köcher <git@kchr.de>
bot fmt |
@ggwpez https://gitlab.parity.io/parity/mirrors/substrate/-/jobs/2988827 was started for your command Comment |
@ggwpez Command |
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 like Cumulus is failing… maybe you can fix it prior to this, so it wont need a companion.
cumulus companion mergeable ahead here paritytech/cumulus#2733 |
bot merge |
…tech#14375) * minor refactor * Update frame/election-provider-support/src/lib.rs * Update frame/election-provider-support/solution-type/src/lib.rs Co-authored-by: Bastian Köcher <git@kchr.de> * ".git/.scripts/commands/fmt/fmt.sh" --------- Co-authored-by: Bastian Köcher <git@kchr.de> Co-authored-by: command-bot <>
related issue: paritytech/polkadot-sdk#172
cumulus companion: paritytech/cumulus#2733
There is still some in the primitives but we can do in another PR
And there is some in
frame/support/src/lib.rs
but I think some people are using them like aframe
umbrella crate (#14137). So it is probably better to wait forframe
crate to give them a smooth transition.breaking change
frame::support::inherent::BlockT
is removed and should be imported fromsp_runtime::traits::Block
.frame::support::inherent::Extrinsic
is removed and should be imported fromsp-runtime::traits::Extrinsic