-
Notifications
You must be signed in to change notification settings - Fork 98
Moonriver 3900 and v0.47.1 #1251
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This pull request updates runtime version references across the Moonbeam documentation ecosystem from v0.47.0 to v0.47.1, and adds the missing Moonriver block reference (13423617) for runtime upgrade 3900. The update ensures that all documentation reflects the current runtime version and provides complete deployment information for the 3900 upgrade across all networks.
Key changes:
- Updated Docker image tags and binary version references from v0.47.0 to v0.47.1
- Added Moonriver block reference for runtime upgrade 3900 in all documentation tables
- Updated Moonriver spec version from runtime-3800 to runtime-3900
Reviewed Changes
Copilot reviewed 29 out of 29 changed files in this pull request and generated no comments.
Show a summary per file
File | Description |
---|---|
variables.yml | Updated version tags and SHA checksums for v0.47.1 across all network configurations |
llms-full.txt | Updated runtime upgrade table with Moonriver block reference and version strings throughout |
builders/build/runtime-upgrades.md | Added missing Moonriver block reference for runtime 3900 |
Multiple llms-files/*.txt | Propagated version updates and runtime table changes across all LLM documentation files |
Multiple .snippets files | Updated Docker commands and terminal output examples to reflect v0.47.1 |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Style Guide Violations Summary
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just want to double-check on these things:
- I see the variables.yml file updated the
spec_version
, does runtime upgrades by block need to be updated? Or was that done in another PR? - As a result of the
spec_version
change, did you double-check the links to see if they still point to the same lines of code?
Good point on #2, fixed! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Copilot reviewed 30 out of 30 changed files in this pull request and generated no new comments.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Beautiful. Thanks!
@themacexpert failing link check. I think this was already fixed, maybe just need to pull in latest changes from |
Wooo |
Thanks! |
Description
This pull request updates the runtime upgrade history tables across several documentation and reference files to reflect the release of runtime version 3900 on the Moonriver network. Previously, the table indicated that this upgrade had not been released on Moonriver; the change adds the correct block reference for Moonriver, ensuring consistency and accuracy in the documentation.
Updates to runtime upgrade tables:
13423617
) for runtime upgrade 3900 in the following files:builders/build/runtime-upgrades.md
llms-files/llms-dev-environments.txt
llms-files/llms-ethereum-toolkit.txt
llms-files/llms-gmp-providers.txt
llms-files/llms-governance.txt
llms-files/llms-indexers-and-queries.txt
llms-files/llms-integrations.txt
llms-files/llms-json-rpc-apis.txt
llms-files/llms-libraries-and-sdks.txt
llms-files/llms-node-operators-and-collators.txt
llms-files/llms-oracle-nodes.txt
Checklist
moonbeam-mkdocs
to update redirectsTranslations
Does this PR update a page that also exists on the Chinese docs site? See mapping to confirm.
If Yes, complete the following:
Link to the corresponding CN docs PR: <INSERT_LINK>