[DNM] versi V3-activation test: YAP/glutton V3 scheduling + westend-100 epochs (stable2606)#12677
Open
iulianbarbu wants to merge 2 commits into
Open
[DNM] versi V3-activation test: YAP/glutton V3 scheduling + westend-100 epochs (stable2606)#12677iulianbarbu wants to merge 2 commits into
iulianbarbu wants to merge 2 commits into
Conversation
Mirrors the westend hunks of the old versi genesis hack (#8467): 10-minute sessions and proportional election phases in fast-runtime builds, so the versi V3-activation network keeps the timing of the network it replaces.
Contributor
|
This pull request is amending an existing release. Please proceed with extreme caution,
Emergency Bypass
If you really need to bypass this check: add |
Wires an accept-all VerifySchedulingSignature impl (V3_SCHEDULING_ENABLED = true) into both testing runtimes, keeping their native relay parent offset 1 and velocities (3 / 12). No published runtime enables V3, so the versi V3-activation test needs these images for its V3 parachain.
iulianbarbu
force-pushed
the
ib-glutton-v3-stable2606
branch
from
July 17, 2026 15:50
c6e2134 to
05b118f
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Do not merge. CI-image vehicle for the versi V3 candidate-descriptor activation test — deployment PR: paritytech/parity-devnet#263. Based on the
stable2606tip.What this provides in the versi stack
The test deploys a mixed stable-release network and flips node feature bit 4 (
CandidateReceiptV3) live via sudo:parity/polkadot:stable2512(legacy collator protocol, truly v2-only) vs 18×parity/polkadot:stable2606with--experimental-collator-protocol(2 of them bootnodes) — the legacy-vs-revamp interop axis rides along. V3 acceptance itself is gated purely by the node feature (backing'sv3_ever_seenlatch on finalized blocks), not by the flag;polkadot-parachain:v1.21.3(stable2512 line), 3 cores;polkadot-parachain:stable2606, 3 cores;paritypr/polkadot-parachain-debug), 3 cores. Idle until activation, then backed by the stable2606 cohort;paritypr/polkadot-debugimage.Changes
yet-another-parachain: enable V3 scheduling — accept-allVerifySchedulingSignature(V3_SCHEDULING_ENABLED = true), native relay-parent-offset 1 and velocity 12 untouched. No published runtime enables V3 (upstream it's a cargo feature of the cumulus test runtime only), hence this build.glutton-westend: same V3 enablement (native RPO 1, velocity 3) — spare V3 runtime option on the same image.westend-100) on stable2606, so the new versi genesis keeps the 10-minute sessions of the network it replaces (stock fast-runtime would give 2-minute sessions).Upstream V3+offset coverage exists only on master and only at velocity 1 (
scheduling_v3.rs), so YAP at RPO 1 / velocity 12 on a mixed 2512/2606 validator set is exactly the untested territory versi is meant to explore.