-
Notifications
You must be signed in to change notification settings - Fork 1.1k
cumulus-primitives-parachain-inherent: Split into two crates
#2803
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
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-inherentinto two crates, the previouscumulus-primitives-parachain-inherentand a newcumulus-client-parachain-inherent. The idea behind this is to move thecreate_atlogic 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.