Skip to content

feat(driver): upgrade Hoodi node to alethia-reth with Unzen fork#449

Open
YoGhurt111 wants to merge 9 commits into
mainfrom
codex/hoodi-reth-driver-flags
Open

feat(driver): upgrade Hoodi node to alethia-reth with Unzen fork#449
YoGhurt111 wants to merge 9 commits into
mainfrom
codex/hoodi-reth-driver-flags

Conversation

@YoGhurt111
Copy link
Copy Markdown
Member

@YoGhurt111 YoGhurt111 commented May 13, 2026

Summary

  • Replace Hoodi taiko-geth with alethia-reth and align the execution flags with the k8s l2-node-reth-go-driver template.
  • Update Hoodi driver flags to use Shasta --inbox, shared JWT secret paths, and preconfirmation JWT while preserving existing Hoodi P2P preconfirmation options.
  • Keep Hoodi .env.sample.hoodi changes scoped to the new reth discovery UDP port, the Shasta inbox address, removal of the legacy preconfirmation whitelist env, and removal of the old execution P2P port env.

Validation

  • docker compose -f docker-compose-hoodi.yml config
  • sh -n script/start-driver-hoodi.sh
  • git diff --check
  • Verified PORT_L2_EXECUTION_ENGINE_P2P no longer appears in Hoodi env, compose, or scripts.
  • Executed script/start-driver-hoodi.sh with a fake taiko-client to verify --preconfirmation.jwtSecret is emitted, existing P2P peerstore/discovery options remain wired, and --p2p.syncTimeout, --p2p.disable=false, and the legacy whitelist flag are absent.

@YoGhurt111 YoGhurt111 changed the title [codex] Upgrade Hoodi node to alethia-reth feat(hoodi): upgrade Hoodi node to alethia-reth with Unzen fork May 13, 2026
Comment thread docker-compose-hoodi.yml Outdated
@YoGhurt111 YoGhurt111 self-assigned this May 13, 2026
@YoGhurt111 YoGhurt111 changed the title feat(hoodi): upgrade Hoodi node to alethia-reth with Unzen fork feat(driver): upgrade Hoodi node to alethia-reth with Unzen fork May 13, 2026
Comment thread docker-compose-hoodi.yml
@YoGhurt111 YoGhurt111 marked this pull request as ready for review May 14, 2026 02:02
Comment thread docker-compose-hoodi.yml
services:
l2_execution_engine:
image: us-docker.pkg.dev/evmchain/images/taiko-geth:v2.4.0
image: us-docker.pkg.dev/evmchain/images/alethia-reth:sha-9afd71f
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Suggested change
image: us-docker.pkg.dev/evmchain/images/alethia-reth:sha-9afd71f
image: us-docker.pkg.dev/evmchain/images/taiko-reth:sha-faee735

@davidtaikocha Is this correct?

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

lgtm but plz verify locally as well.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

When we plan to pre-release a version for the softwares?

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants