Skip to content

Update node versions to v0.25.3 in arabica, mainnet, and mocha constants#2221

Merged
jcstein merged 2 commits intomainfrom
gb/v0.25.3
Sep 2, 2025
Merged

Update node versions to v0.25.3 in arabica, mainnet, and mocha constants#2221
jcstein merged 2 commits intomainfrom
gb/v0.25.3

Conversation

@gbarros
Copy link
Copy Markdown
Contributor

@gbarros gbarros commented Sep 2, 2025

Related to #2218

@gbarros gbarros requested review from Copilot and jcstein September 2, 2025 14:50
Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Summary of Changes

Hello @gbarros, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request performs a routine update of node version constants across different network configurations. The changes ensure that the documentation or system references for Arabica, Mainnet, and Mocha networks point to the latest stable node release, maintaining consistency and accuracy.

Highlights

  • Node Version Update: The node-latest-tag has been updated to v0.25.3 across Arabica, Mainnet, and Mocha network constants.
  • SHA Hash Update: The corresponding node-latest-sha values have been updated to reflect the new node version.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point in your pull request via creating an issue comment (i.e. comment on the pull request page) using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in issue comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link
Copy Markdown
Contributor

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

Updates node version references from v0.25.2 to v0.25.3 across all network constants files to maintain consistency with the latest node release.

  • Updates node version tags to v0.25.3 with appropriate network suffixes
  • Updates corresponding SHA hashes for the new node version
  • Maintains version consistency across arabica, mainnet, and mocha networks

Reviewed Changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
.vitepress/constants/mocha_versions.js Updates node version from v0.25.2-mocha to v0.25.3-mocha
.vitepress/constants/mainnet_versions.js Updates node version from v0.24.1 to v0.25.3
.vitepress/constants/arabica_versions.js Updates node version from v0.25.2-arabica to v0.25.3-arabica

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the node versions to v0.25.3 for the arabica, mainnet, and mocha environments. The changes are straightforward and correctly update the version tags and SHAs in the respective constants files. I have one suggestion regarding code duplication to improve future maintainability. Otherwise, the changes are good to go.

"node-latest-tag": "v0.25.2-mocha",
"node-latest-sha": "37c99f21098b785e174c44f0ef3e2b0dbd0049d5",
"node-latest-tag": "v0.25.3-mocha",
"node-latest-sha": "f28297bad87d1116973807a5f5c0f002fd608321",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

I've noticed this SHA is also used in .vitepress/constants/arabica_versions.js. To improve maintainability and prevent potential inconsistencies during future updates, it would be beneficial to extract duplicated constants into a shared file.

For instance, you could create a common_versions.js file:

// .vitepress/constants/common_versions.js
export const shas = {
  NODE_LATEST_ARABICA_MOCHA: 'f28297bad87d1116973807a5f5c0f002fd608321',
  // other shared values can be added here
};

Then, you could import and use this constant in both mocha_versions.js and arabica_versions.js. This would centralize the value, making it easier and safer to update.

Copy link
Copy Markdown
Member

@jcstein jcstein left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm, ty

@jcstein jcstein merged commit ded0ecc into main Sep 2, 2025
7 of 8 checks passed
@jcstein jcstein deleted the gb/v0.25.3 branch September 2, 2025 14:55
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Sep 2, 2025

PR Preview Action v1.6.2
Preview removed because the pull request was closed.
2025-09-02 14:56 UTC

@gbarros gbarros mentioned this pull request Sep 2, 2025
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants