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

Reuse polkadot-service code #1273

Merged
merged 1 commit into from
Jan 13, 2022
Merged

Reuse polkadot-service code #1273

merged 1 commit into from
Jan 13, 2022

Conversation

svyatonik
Copy link
Contributor

closes #1136

Unfortunately, polkadot-runtime is still requires polkadot-service (actually - one of P/K/W/R runtimes is now required - I've selected polkadot). If it isn't selected, no runtime-features of polkadot-client are activated and I'm getting this error.

But at least I've been able to reuse polkadot-service and remove our custom service.rs, overseer.rs and parachains_db.rs (which is a lot of code).

@svyatonik svyatonik added the A-chores Something that has to be done, as part of regular maintenance label Dec 24, 2021
@svyatonik
Copy link
Contributor Author

svyatonik commented Dec 24, 2021

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

@svyatonik svyatonik marked this pull request as draft December 24, 2021 10:47
@svyatonik svyatonik marked this pull request as ready for review December 28, 2021 11:48
@acatangiu
Copy link
Collaborator

looks like this is unblocked now

@svyatonik
Copy link
Contributor Author

Yeah - it is ready for review :)

@acatangiu acatangiu self-requested a review January 13, 2022 13:22
Copy link
Collaborator

@acatangiu acatangiu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💯

@acatangiu acatangiu merged commit 3aac448 into master Jan 13, 2022
@acatangiu acatangiu deleted the reuse-polkadot-service branch January 13, 2022 13:42
svyatonik pushed a commit that referenced this pull request Jul 17, 2023
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>
serban300 pushed a commit to serban300/parity-bridges-common that referenced this pull request Mar 27, 2024
serban300 pushed a commit to serban300/parity-bridges-common that referenced this pull request Apr 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-chores Something that has to be done, as part of regular maintenance
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Try to reuse polkadot service code
2 participants