-
Notifications
You must be signed in to change notification settings - Fork 741
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
chore: Cargo.lock file of stable2412 release contains older crate versions than stable2409 #6982
Comments
Assigning @EgorPopelyaev to look into if the
It is up to you, but indeed you will not need to deal with dependency versions if you do this upgrade. We have already moved some of the templates to the umbrella, more to be done. For a user-friendly template, I'd highly recommend |
FYI: |
Regarding this, I see that some dependencies are left in after moving to the umbrella crates (while being in the umbrella crate):
Any reason for this? |
What is the correct version of the polkadot-sdk crate for the stable2412 release? As per above issue, the Using |
The template sync jobs for templates are also failing, might be related: https://github.com/paritytech/polkadot-sdk/actions/workflows/misc-sync-templates.yml |
I am upgrading a chain to stable2412 and have encountered some problems. The Cargo.lock file in the release contains older crate versions than the previous release (e.g.
frame-support
is on v28.0.0, while on previous release it was on v38.0.0 (as a resultpsvm
doesn't work)).Is it expected of all downstream projects to transition to the
polkadot-sdk
crate? Is there any documentation / guide?I'm a bit confused and would appreciate some help, thanks in advance :)
The text was updated successfully, but these errors were encountered: