-
Notifications
You must be signed in to change notification settings - Fork 97
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
Release 1.0 runtimes #20
Comments
BTW, this time we don't want to copy the commits as before. From this point on this repo will work independently from the Parity repos when it comes to updating the runtimes. The runtimes in this repo are also the canonical ones. |
Replacing the dependencies to use crates-io instead of git? okay.
😌 so just copying the changes instead of the full history? |
Yes
I mean I hope we get the latest release this week on crates.io, otherwise we need to use git dependencies. |
What’s the timeline here? When can we expect a new runtime release? Seeing how node v1.1.0 is out should we not release runtimes 1.1.0 directly (instead of v1.0)? |
#28 it is being worked on here. And yes it will be passed on 1.1.0. |
#28 was merged. Can we do a release now? We need a runtime release for BEEFY on Kusama. |
We need to wait for the staking changes runtime upgrade to be approved. After that is approved, we need to merge this fix here to make the repo canonical again. Then we can bring the release over the finish line. I think we can actually do that before the fix is enacted on chain, but we should be certain that it gets enacted on chain. Maybe we can then do the next release faster... |
Ok, thanks for the context! 👍 |
Also required:
|
Reason why Parachains stall after relay chain runtime upgrade: paritytech/polkadot-sdk#1923 (comment) |
No action item needed for paritytech/polkadot-sdk#125 in this release. Context: |
We should not forget to bump the |
Let's also get released. We want to go live with the Polkadot<>Ethereum bridge by end of year, meaning BEEFY should be active on Polkadot before December.
If we include it in this release we can do 1-3 in parallel for Kusama and Polkadot. Then do 4 on Polkadot once we're happy with stability on Kusama. Waiting for next release means doing 1->4 between next release and end of December which won't be possible unless fellowship does another release 2, max 3 weeks from now... |
No this will not be included anymore. This can go into the next release. We want to start with the next release shortly after this was has finally be dine (which is hopefully today). |
To not break every downstream user as we have renamed the
With these two prs we will have We will require that both prs are merged and the appropriate crates being relased. For the |
Done |
The repository should now be prepared enough to create the first runtime release from this repo. Parity released all crates alongside releasing the 1.0 release of the node. As the 1.0 release is now already out for some time, I propose that we do the runtimes 1.0 release based on the next Parity Polkadot node release.
So, we first need to wait for this next node release to happen. After the release happened, someone can propose a pull request that updates to these crates on crates.io.
CC @ggwpez @coderobe
The text was updated successfully, but these errors were encountered: