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

Inconsistent version for sc-cli in polkadot-sdk v0.12.1 #7677

Open
gui1117 opened this issue Feb 24, 2025 · 2 comments
Open

Inconsistent version for sc-cli in polkadot-sdk v0.12.1 #7677

gui1117 opened this issue Feb 24, 2025 · 2 comments

Comments

@gui1117
Copy link
Contributor

gui1117 commented Feb 24, 2025

issue

in polkadot-sdk v0.12.1, the crate pallet-revive-eth-rpc is version v0.2.0 and depends on sc-cli v0.49.0. but all other crates are using sc-cli v0.50.0.

On the repo pallet-revive-eth-rpc is using the workspace version of sc-cli so something seems not correct in the publish process.

reproduce:

if you download polkadot-sdk version 0.12.1:

wget -qO- https://crates.io/api/v1/crates/polkadot-sdk/0.12.1/download | tar -xz

Then run:

cargo tree --all-features

cc @EgorPopelyaev cc @ggwpez

@gui1117 gui1117 changed the title Inconsistent version for sc-cli in polkadot-sdk 0.12.1 Inconsistent version for sc-cli in polkadot-sdk v0.12.1 Feb 24, 2025
@gui1117
Copy link
Contributor Author

gui1117 commented Feb 24, 2025

potentially related to pallet-revive-eth-rpc failing to build, (probably not related): https://github.com/paritytech/polkadot-sdk/pull/7580/files#r1967008575

@ggwpez
Copy link
Member

ggwpez commented Feb 24, 2025

Yea so polkadot-sdk should depend on pallet-revive-eth-rpc v0.3.0 instead of 0.2.0.

There are a few more prints at the beginning, maybe worth checking:

Locking 1455 packages to latest compatible versions
      Adding bp-xcm-bridge-hub-router v0.15.0 (available: v0.16.0)
      Adding bridge-runtime-common v0.19.1 (available: v0.20.0)
      Adding cumulus-pallet-xcmp-queue v0.18.1 (available: v0.19.0)
      Adding frame-metadata v15.1.0 (available: v15.2.0)
      Adding pallet-revive v0.3.1 (available: v0.4.0)
      Adding pallet-revive-eth-rpc v0.2.0 (available: v0.3.0)
      Adding pallet-xcm-bridge-hub v0.14.1 (available: v0.15.0)
      Adding pallet-xcm-bridge-hub-router v0.16.0 (available: v0.17.0)
      Adding proc-macro-crate v1.1.3 (available: v1.3.1)
      Adding unicode-normalization v0.1.22 (available: v0.1.24)
      Adding xcm-emulator v0.17.1 (available: v0.18.0)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants