-
Notifications
You must be signed in to change notification settings - Fork 98
V43 #1260
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
base: master
Are you sure you want to change the base?
V43 #1260
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 PR updates Moonbeam Docker images and binary versions from v0.47.2
to v0.47.3
across all documentation and code snippets to ensure users reference the latest stable release.
- Updates all Moonbeam Docker image references from
v0.47.2
tov0.47.3
- Updates tracing image versions from
v0.47.2-3900-b897
tov0.47.3-3900-3113
- Updates parachain SHA256 checksums and version strings in terminal outputs
Reviewed Changes
Copilot reviewed 27 out of 27 changed files in this pull request and generated no comments.
File | Description |
---|---|
variables.yml | Updates build tags, tracing tags, and SHA256 checksums for all networks |
llms-full.txt | Updates Docker image versions and terminal output logs throughout documentation |
Multiple llms-files/*.txt | Updates Moonbeam and tracing image versions in code snippets and examples |
.snippets/code/**/*.md | Updates Docker commands and terminal outputs in code snippet files |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
.snippets/code/builders/ethereum/json-rpc/debug-trace/terminal/start-up-logs.md
Show resolved
Hide resolved
.snippets/code/builders/get-started/networks/moonbeam-dev/terminal/docker-pull.md
Show resolved
Hide resolved
.snippets/code/builders/get-started/networks/moonbeam-dev/terminal/docker-run.md
Show resolved
Hide resolved
.snippets/code/builders/get-started/networks/moonbeam-dev/terminal/run-binary.md
Show resolved
Hide resolved
@@ -1,7 +1,7 @@ | |||
<div id="termynal" data-termynal> | |||
<span data-ty="input"><span class="file-path"></span>docker run --network="host" -v "/var/lib/alphanet-data:/d ata" -u $(id-u ${USER}):$(id -g #{USER}) moonbeam-foundation/moonbeam:v0.47.2 --base-path=/d ata --chain alphanet --name="TestNode" --state-pruning archive --trie-cache-size 1073741824 --db-cache 8000 ----name="TestNode (Embedded Relay)"</span> | |||
<span data-ty="input"><span class="file-path"></span>docker run --network="host" -v "/var/lib/alphanet-data:/d ata" -u $(id-u ${USER}):$(id -g #{USER}) moonbeam-foundation/moonbeam:v0.47.3 --base-path=/d ata --chain alphanet --name="TestNode" --state-pruning archive --trie-cache-size 1073741824 --db-cache 8000 ----name="TestNode (Embedded Relay)"</span> |
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.
Issue: Command contains syntax errors and incorrect paths
<span data-ty="input"><span class="file-path"></span>docker run --network="host" -v "/var/lib/alphanet-data:/d ata" -u $(id-u ${USER}):$(id -g #{USER}) moonbeam-foundation/moonbeam:v0.47.3 --base-path=/d ata --chain alphanet --name="TestNode" --state-pruning archive --trie-cache-size 1073741824 --db-cache 8000 ----name="TestNode (Embedded Relay)"</span> | |
<span data-ty="input"><span class="file-path"></span>docker run --network="host" -v "/var/lib/alphanet-data:/data" -u $(id -u ${USER}):$(id -g ${USER}) moonbeam-foundation/moonbeam:v0.47.3 --base-path=/data --chain alphanet --name="TestNode" --state-pruning archive --trie-cache-size 1073741824 --db-cache 8000 --name="TestNode (Embedded Relay)"</span> |
.snippets/code/node-operators/networks/run-a-node/docker/terminal/start.md
Show resolved
Hide resolved
.snippets/code/tutorials/integrations/local-subsquid/terminal/start-node.md
Show resolved
Hide resolved
.snippets/code/tutorials/integrations/local-subsquid/terminal/start-node.md
Show resolved
Hide resolved
parachain_release_tag: v0.47.2 # must be in this exact format for links to work | ||
parachain_sha256sum: 4201728da5d694ed43976ca60285b9081836a8d82bc1f8f730785d4d2e5c9ba5 | ||
tracing_tag: moonbeamfoundation/moonbeam-tracing:v0.47.2-3900-b897 | ||
parachain_release_tag: v0.47.3 # must be in this exact format for links to work |
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.
Issue: Comment contains casual phrasing 'must be' instead of formal requirement language
parachain_release_tag: v0.47.3 # must be in this exact format for links to work | |
parachain_release_tag: v0.47.3 # Required format for link generation system |
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.
lgtm, I resolved most of the comments from the AI PR reviewer bot (not relevant), but there were a couple that could be committed, so I left those open
Description
This pull request updates all Moonbeam-related code snippets and documentation to use the latest Moonbeam and Moonbeam tracing Docker images and binary versions, moving from
v0.47.2
tov0.47.3
. This ensures users and developers are guided to use the newest, most stable release across tutorials, guides, and examples.Moonbeam Docker image and binary version updates:
v0.47.2
tov0.47.3
in code snippets and documentation, including pull, run, and binary execution commands. [1] [2] [3] [4] [5] [6] [7] [8] [9]v0.47.3-d7df89e7161
across all affected files. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16]Moonbeam tracing image updates:
v0.47.2-3900-b897
tov0.47.3-3900-3113
in relevant Ethereum toolkit and debug trace documentation. [1] [2] [3] [4]These changes ensure consistency and accuracy for anyone following the documentation or code samples to work with the latest Moonbeam releases.
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>