feat(driver): upgrade Hoodi node to alethia-reth with Unzen fork#449
Open
YoGhurt111 wants to merge 9 commits into
Open
feat(driver): upgrade Hoodi node to alethia-reth with Unzen fork#449YoGhurt111 wants to merge 9 commits into
YoGhurt111 wants to merge 9 commits into
Conversation
YoGhurt111
commented
May 13, 2026
YoGhurt111
commented
May 13, 2026
RogerLamTd
approved these changes
May 14, 2026
YoGhurt111
commented
May 14, 2026
| 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 |
Member
Author
There was a problem hiding this comment.
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?
Collaborator
There was a problem hiding this comment.
lgtm but plz verify locally as well.
Member
Author
There was a problem hiding this comment.
When we plan to pre-release a version for the softwares?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
taiko-gethwithalethia-rethand align the execution flags with the k8sl2-node-reth-go-drivertemplate.--inbox, shared JWT secret paths, and preconfirmation JWT while preserving existing Hoodi P2P preconfirmation options..env.sample.hoodichanges 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 configsh -n script/start-driver-hoodi.shgit diff --checkPORT_L2_EXECUTION_ENGINE_P2Pno longer appears in Hoodi env, compose, or scripts.script/start-driver-hoodi.shwith a faketaiko-clientto verify--preconfirmation.jwtSecretis emitted, existing P2P peerstore/discovery options remain wired, and--p2p.syncTimeout,--p2p.disable=false, and the legacy whitelist flag are absent.