This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
Runtime Only Releases for Parachains #984
Labels
T9-release
This PR/Issue is related to topics touching the release notes.
We should not need to release a node binary (right now,
polkadot-collator
) with parachain runtimes. Validators execute the parachain blocks in Wasm anyway, so it should be fine to decouple the node release from the runtime release as a native runtime isn't needed.Ideally, release processes would involve:
polkadot-vX.Y.Z
vX.Y.Z
polkadot-collator
versions> vX.Y.Z
With #948, this will be further simplified by removing step 2.
To accomplish this, I'd like to check the following:
vX.Y.Z
release work properly (https://github.com/paritytech/devops/issues/1397)After these are OK, let's change release CI to not include a binary with runtime releases. We will also need to make sure that Cumulus
vX.Y.Z
does get a release and binary.The text was updated successfully, but these errors were encountered: