Skip to content

depednencies#23

Merged
auricom merged 3 commits intomainfrom
claude/celestia_node_0.28.4-mocha
Nov 26, 2025
Merged

depednencies#23
auricom merged 3 commits intomainfrom
claude/celestia_node_0.28.4-mocha

Conversation

@auricom
Copy link
Collaborator

@auricom auricom commented Nov 26, 2025

Overview

@gemini-code-assist
Copy link
Contributor

Summary of Changes

Hello @auricom, 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 focuses on maintaining the currency of the EV-Stacks deployment framework by updating several key container image dependencies. The updates ensure that the framework leverages the latest versions of the Celestia Data Availability (DA) components and the EV-node, enhancing compatibility and incorporating recent improvements from these upstream projects.

Highlights

  • Dependency Upgrades: Upgraded ghcr.io/celestiaorg/celestia-app-standalone to v6.2.5-mocha.
  • Dependency Upgrades: Upgraded ghcr.io/celestiaorg/celestia-node to v0.28.4-mocha.
  • Dependency Upgrades: Upgraded ghcr.io/evstack/ev-node (and ev-node-evm-single) to v1.0.0-beta.10.
  • Changelog Update: Added a new changelog entry for version 1.10.0 reflecting these dependency updates.
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 by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

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 pull request 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
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 several dependency versions across the project, including celestia-app, celestia-node, and ev-node. The changes are applied to various docker-compose.yml files and are documented in CHANGELOG.md.

While the dependency bumps in the Docker Compose files seem correct, there are a few issues in the CHANGELOG.md file that need attention:

  • An incorrect image name is used for celestia-app.
  • There's a typo in the ev-node image name.
  • A changelog entry for a past release has been modified, which is unconventional and creates chronological inconsistencies.

Additionally, the pull request title has a typo ("depednencies"), and the description is empty. It would be helpful to correct the title and provide a brief overview of the changes in the description.

Please see the detailed comments for suggestions.


### Changed
- **Dependencies**:
- Upgraded ghcr.io/celestiaorg/celestia-app-standalone to `v6.2.5-mocha`
Copy link
Contributor

Choose a reason for hiding this comment

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

medium

The image name celestia-app-standalone appears to be incorrect. According to the changelog history (see version 1.4.2) and the docker-compose.yml files, the correct image name is celestia-app.

Suggested change
- Upgraded ghcr.io/celestiaorg/celestia-app-standalone to `v6.2.5-mocha`
- Upgraded ghcr.io/celestiaorg/celestia-app to `v6.2.5-mocha`

- **Dependencies**:
- Upgraded ghcr.io/celestiaorg/celestia-app-standalone to `v6.2.5-mocha`
- Upgraded ghcr.io/celestiaorg/celestia-node to `v0.28.4-mocha`
- Upgraded ghcr.io/evstack/ev-node: to `v1.0.0-beta.10`
Copy link
Contributor

Choose a reason for hiding this comment

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

medium

There appears to be a typo in the image name ghcr.io/evstack/ev-node:. The trailing colon should be removed. For better consistency with the docker-compose.yml files, consider using the more specific image name ev-node-evm-single.

Suggested change
- Upgraded ghcr.io/evstack/ev-node: to `v1.0.0-beta.10`
- Upgraded ghcr.io/evstack/ev-node-evm-single to `v1.0.0-beta.10`

- Upgraded ghcr.io/celestiaorg/celestia-node to `v0.28.2-mocha`
- Upgraded ghcr.io/celestiaorg/celestia-app-standalone to `v6.2.0-mocha`
- Upgraded ghcr.io/evstack/ev-node: to `v1.0.0-beta.8`
- Upgraded ghcr.io/evstack/ev-node: to `v1.0.0-beta.10`
Copy link
Contributor

Choose a reason for hiding this comment

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

medium

Modifying changelog entries for past releases is generally discouraged as it can cause confusion. The version 1.8.0 is being updated to v1.0.0-beta.10, which is inconsistent with version 1.9.0 that uses v1.0.0-beta.9. This change should be reverted, as the upgrade to v1.0.0-beta.10 is already documented in the new 1.10.0 section.

Suggested change
- Upgraded ghcr.io/evstack/ev-node: to `v1.0.0-beta.10`
- Upgraded ghcr.io/evstack/ev-node: to `v1.0.0-beta.8`

)

Co-authored-by: Randy Grok <randygrok@gmail.com>
@auricom auricom merged commit 3050ef1 into main Nov 26, 2025
auricom added a commit that referenced this pull request Nov 26, 2025
Co-authored-by: Randy Grok <randygrok@gmail.com>
@auricom auricom deleted the claude/celestia_node_0.28.4-mocha branch January 6, 2026 14:55
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.

1 participant