feat(driver): upgrade node for Unzen fork#456
Draft
YoGhurt111 wants to merge 1 commit into
Draft
Conversation
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
alethia-reth:v1.3.0as the default Mainnet execution engine while keepingtaiko-geth:v2.6.0as a fallbacktaiko-alethia-client-v2.6.0--inbox, removing legacy fork/whitelist flags, and sharing the execution engine JWT with preconfirmationsl2_execution_engineprofile as a Geth compatibility alias for existing node configurationsWhy
Mainnet needs the same execution-engine and driver configuration updates already exercised on Hoodi, together with the contract and flag changes from taikoxyz/k8s-configs#1338.
Operator impact
New configurations default to
reth_execution_engine. Existing.envfiles usingCOMPOSE_PROFILES=l2_execution_enginecontinue to start the Geth-based stack without requiring an immediate environment migration.Validation
git diff --checksh -n script/start-driver.shreth_execution_engine,geth_execution_engine, and the legacyl2_execution_engineprofileReference