chore(runtime): set spec_version to 9262 for the 12s->6s upgrade#4048
Merged
Conversation
The block-time PR bumped spec_version to 9270; align it with the 0.9.26 release series instead (9261 on-chain -> 9262, the minimal valid increment). No functional change — block time, migrations, and behaviour are identical; only the version number and the comments that referenced 9270 are updated.
|
The latest updates on your projects. Learn more about Vercel for GitHub. 1 Skipped Deployment
|
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.
Follow-up to #4042. That PR set
spec_versionto 9270; this aligns it with the 0.9.26 release series instead — on-chain is9261, so this uses the minimal valid increment 9262.No functional change: block time (6s), the one-shot migrations, and all behaviour are identical. Only the
spec_versionvalue (heima + paseo) and the comments that referenced 9270 are updated.Note: the node/client is intentionally not bumped — this upgrade touches only the parachain runtime (no node changes, no host-function changes since v0.9.25-01), so existing collators pick up 6s automatically via the runtime-provided slot duration. The GitHub release can stay in the
v0.9.26-0xtag series.Verified:
cargo fmt --checkandcargo check -p heima-runtimepass.