-
Notifications
You must be signed in to change notification settings - Fork 105
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
Lift PoV size configuration restrictions #533
Lift PoV size configuration restrictions #533
Conversation
For some reason, it downgrades @acatangiu could you please have a look, do you have an idea why that happens, and is it okay or not? |
Why can this not just be released with the next normal release? |
When will the next normal release get cut realistically/pessimistically? |
We are working on it. Latest end of january. |
Assuming we could get a point release out in a few days (or less), I would rather not wait then.
|
Not okay. Please fix this.
Not really convinced, but fine. |
They should not be downgraded, no. Not clear why it happens, you should check the branch where |
|
@acatangiu seems like we've found how it happened :/ Citing @Morganamilo:
|
I'm not understanding why that version of I can add the v2 conversion functions back to xcm-procedural 10.2.0 if that's what we need. Also, the functions are available in xcm-procedural 10.1.0 so it shouldn't have downgraded? |
Ok. If this is getting complicated, time is likely better spent in getting the next major release out quickly (assuming the problem does not exist there, which sounds like it.) |
Fully agree, at this point there's only a few PRs (all trivial or relatively simple) that just need reviews: #527 Then we can just do the major release and avoid two incremental releases (and runtime upgrades). |
I've just made sure the 1.4.0 will use the crate version 17.0.1, which does contain the backport lifting the restrictions, so we're good to go and no additional actions are needed. |
This PR bumps the
polkadot-runtime-parachains
crate version to include the backport paritytech/polkadot-sdk#6672 into the runtimes.We were going to make this happen before EoY 2024, but it was delayed because of the delayed crates release. Therefore, this PR also proposes to release this change ASAP as a point release to the 1.3 release lane.