Skip to content

Conversation

themacexpert
Copy link
Contributor

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 to v0.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:

Moonbeam tracing image updates:

  • Updated all references to the Moonbeam tracing Docker image from v0.47.2-3900-b897 to v0.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

  • Added a label 🏷️ to this PR
  • Ran my changes through Grammarly
  • Added a disclaimer if required
  • If pages were moved, opened a corresponding PR in moonbeam-mkdocs to update redirects

Translations

Does this PR update a page that also exists on the Chinese docs site? See mapping to confirm.

  • Yes
  • No

If Yes, complete the following:

  • Opened a PR on the Chinese docs repo for the corresponding page
  • Updated images, snippets, or variables if they were moved, renamed, or deleted

Link to the corresponding CN docs PR: <INSERT_LINK>

@themacexpert themacexpert requested a review from a team as a code owner October 16, 2025 18:04
@Copilot Copilot AI review requested due to automatic review settings October 16, 2025 18:04
@themacexpert themacexpert added A3 - Quick Fixes Pull request contains small fixes (i.e., fixing a typo, removing old images, etc.) B0 - Needs Review Pull request is ready for review labels Oct 16, 2025
Copy link
Contributor

@Copilot Copilot AI left a 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 to v0.47.3
  • Updates tracing image versions from v0.47.2-3900-b897 to v0.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.

@themacexpert themacexpert deployed to n8n-receiving October 16, 2025 18:22 — with GitHub Actions Active
@@ -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>

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

Suggested change
<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>

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

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

Suggested change
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

Copy link
Contributor

@eshaben eshaben left a 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A3 - Quick Fixes Pull request contains small fixes (i.e., fixing a typo, removing old images, etc.) B0 - Needs Review Pull request is ready for review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants