Skip to content
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

substrate-node: removed excessive polkadot-sdk features #5925

Merged
merged 4 commits into from
Oct 11, 2024

Conversation

michalkucharczyk
Copy link
Contributor

@michalkucharczyk michalkucharczyk commented Oct 4, 2024

Some of the features enabled for polkadot-sdk umbrella crate were not necessary for substrate node (e.g. all cumulus-* or polkadot-* features) resulting in much longer compilation time. This PR fixes that.

@michalkucharczyk michalkucharczyk changed the title umbrella crate: substrate-node feature substrate-node: removed excessive polkadot-sdk features Oct 11, 2024
@michalkucharczyk michalkucharczyk requested review from a team and removed request for skunert and ggwpez October 11, 2024 10:39
@michalkucharczyk michalkucharczyk added T0-node This PR/Issue is related to the topic “node”. R0-silent Changes should not be mentioned in any release notes labels Oct 11, 2024
substrate/bin/node/cli/Cargo.toml Outdated Show resolved Hide resolved
@michalkucharczyk michalkucharczyk added this pull request to the merge queue Oct 11, 2024
Merged via the queue into master with commit b45f89c Oct 11, 2024
200 checks passed
@michalkucharczyk michalkucharczyk deleted the mku-polkadot-sdk-substrate-node-feature branch October 11, 2024 12:32
ordian added a commit that referenced this pull request Oct 11, 2024
* master: (28 commits)
  `substrate-node`: removed excessive polkadot-sdk features (#5925)
  Rename QueueEvent::StartWork (#6015)
  [ci] Remove quick-benchmarks-omni from GitLab (#6014)
  Set larger timeout for cmd.yml (#6006)
  Fix `0003-beefy-and-mmr` test (#6003)
  Remove redundant XCMs from dry run's forwarded xcms (#5913)
  Add RadiumBlock bootnodes to Coretime Polkadot Chain spec (#5967)
  Bump strum from 0.26.2 to 0.26.3 (#5943)
  Add PVF execution priority (#4837)
  Snowbridge V2 docs (#5902)
  Fix u256 conversion in BABE (#5994)
  [ci] Move test-linux-stable-no-try-runtime to GHA (#5979)
  Bump PoV request timeout (#5924)
  [Release/CI] Github flow to build `polkadot`/`polkadot-parachain` rc binaries and deb package (#5963)
  [ci] Remove short-benchmarks from Gitlab (#5988)
  Disable flaky tests reported in 5972/5973/5974 (#5976)
  Bump some dependencies (#5886)
  bump zombienet version and set request for k8s (#5968)
  [omni-bencher] Make all runtimes work (#5872)
  Omni-Node renamings (#5915)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
R0-silent Changes should not be mentioned in any release notes T0-node This PR/Issue is related to the topic “node”.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants