-
Notifications
You must be signed in to change notification settings - Fork 129
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
Reuse polkadot-service code #1273
Conversation
on hold, until I'll solve #1268 (comment) UPD: let's move all benchmarks to Millau. I think we may solve the cargo issues I'm seeing when trying to compile benchmarks now, but then we'll be building all 4 polkadot runtimes (P/K/W/R) anyway, which is not good. Later we may reconsider that |
looks like this is unblocked now |
Yeah - it is ready for review :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💯
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 3. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v2...v3) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
closes #1136
Unfortunately,
polkadot-runtime
is still requirespolkadot-service
(actually - one of P/K/W/R runtimes is now required - I've selected polkadot). If it isn't selected, no runtime-features ofpolkadot-client
are activated and I'm getting this error.But at least I've been able to reuse
polkadot-service
and remove our customservice.rs
,overseer.rs
andparachains_db.rs
(which is a lot of code).