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 |
ggwpez
left a comment
There was a problem hiding this comment.
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.rsbut I think some people are using them like aframeumbrella crate (#14137). So it is probably better to wait forframecrate to give them a smooth transition.breaking change
frame::support::inherent::BlockTis removed and should be imported fromsp_runtime::traits::Block.frame::support::inherent::Extrinsicis removed and should be imported fromsp-runtime::traits::Extrinsic