Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

polkadot-service: Make native runtime configurable #3189

Merged
merged 9 commits into from
Jun 8, 2021

Conversation

bkchr
Copy link
Member

@bkchr bkchr commented Jun 6, 2021

This pull requests adds support for configuring the native runtimes used
by polkadot-service. While this whole pr doesn't change that much for
polkadot, besides not having the light-node enabled for the default
polkadot binary. However, downstream projects (parachains) will have a
much better compile time. In cumulus for example the cargo test --all --release is about 4m faster to compile.

Fixes: #2919

This pull requests adds support for configuring the native runtimes used
by polkadot-service. While this whole pr doesn't change that much for
polkadot, besides not having the light-node enabled for the default
polkadot binary. However, downstream projects (parachains) will have a
much better compile time. In cumulus for example the `cargo test --all
--release` is about 4m faster to compile.
@bkchr bkchr added A0-please_review Pull request needs code review. B0-silent Changes should not be mentioned in any release notes C1-low PR touches the given topic and has a low impact on builders. labels Jun 6, 2021
cli/src/command.rs Outdated Show resolved Hide resolved
cli/Cargo.toml Show resolved Hide resolved
cli/Cargo.toml Show resolved Hide resolved
cli/src/command.rs Outdated Show resolved Hide resolved
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
A0-please_review Pull request needs code review. B0-silent Changes should not be mentioned in any release notes C1-low PR touches the given topic and has a low impact on builders.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature flags for each runtime for polkadot-service
4 participants