-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
When referencing the StorageHub runtime & client code, some cumulus / parachain -related dependencies are being pulled in that leads to the compilation of a cumulus-relay-chain-minimal-node, which overall greatly impact compilation times. This dependency chain comes mostly from the HostFunctions type in the shc-common crate.
It would be best to feature-gate all cumulus / parachain -related code with a parachain feature, so that chains that want to integrate StorageHub features as part of a solochain implementation do not pull unnecessary dependencies and don't see their compilation time impacted.
snowmeadsantikaplan
Metadata
Metadata
Assignees
Labels
No labels