-
Notifications
You must be signed in to change notification settings - Fork 680
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
cumulus-primitives-parachain-inherent
: Split into two crates
#2803
Conversation
bot fmt |
@bkchr https://gitlab.parity.io/parity/mirrors/polkadot-sdk/-/jobs/4801943 was started for your command Comment |
@bkchr Command |
This splits
cumulus-primitives-parachain-inherent
into two crates, the previouscumulus-primitives-parachain-inherent
and a newcumulus-client-parachain-inherent
. The idea behind this is to move thecreate_at
logic into the client crate. This removes quite a lot of unrelated dependencies from the runtime std build and thus, makes the compilation faster. On my Laptop the compilation is goes down by one minute forasset-hub-rococo-runtime
. I also assume that the full build of the entire workspace probably can be speed-up a little bit, because more stuff can be compiled in parallel.