Merged
Conversation
albertov19
previously approved these changes
Mar 30, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This PR bumps the Moonbase Alpha and Moonriver runtime spec references to runtime-4202 and updates related documentation links so they continue to point at the correct source locations for the new runtime version.
Changes:
- Update
spec_versionfor Moonbase and Moonriver toruntime-4202 - Adjust a few documentation source-code links (line anchors / ranges) to match
runtime-4202 - Add a new
4202entry to the runtime upgrades-by-block table
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
variables.yml |
Bumps Moonbase + Moonriver spec_version to runtime-4202 so link generation targets the new runtime tag. |
builders/interoperability/xcm/remote-execution/remote-evm-calls.md |
Updates runtime source links/anchors for the gas-per-weight ratio references. |
builders/interoperability/xcm/core-concepts/weights-fees.md |
Updates Moonriver runtime source link anchor for wei-per-weight reference. |
builders/ethereum/precompiles/interoperability/gmp.md |
Updates linked types.rs line ranges to the new location in the bumped runtime. |
builders/build/runtime-upgrades.md |
Adds a 4202 row with Subscan block links for Moonriver and Moonbase. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
albertov19
approved these changes
Mar 30, 2026
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.
Description
Bump Moonbase and Moonriver to 4202. Update runtime upgrades by block. Ensure that links using the updated variables are correct (some were previously incorrect for the last couple of runtime upgrades).
Checklist