feat(sepolia): extend Nitro validator cutover task for Sepolia - #784
Open
leopoldjoy wants to merge 4 commits into
Open
feat(sepolia): extend Nitro validator cutover task for Sepolia#784leopoldjoy wants to merge 4 commits into
leopoldjoy wants to merge 4 commits into
Conversation
Co-authored-by: OpenCode <opencode-noreply@coinbase.com>
Co-authored-by: OpenCode <opencode-noreply@coinbase.com>
Collaborator
🟡 Heimdall Review Status
|
This was referenced Aug 20, 2026
Co-authored-by: OpenCode <opencode-noreply@coinbase.com>
Co-authored-by: OpenCode <opencode-noreply@coinbase.com>
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
active/evm/tasksconfig/$(TASK_NETWORK)/addresses.jsonand preserve the existing Zeronet addresses as a 100% renameTASK_NETWORKon every Make command line and reject missing, empty, defaulted, or inherited environment valuesNETWORK_NAMEreplacement instructionsThis supersedes the closed #783. The combined task should be archived only after the Sepolia rollout is executed and recorded.
Network Selection
The task does not define a default network. Before running the root facilitator guide, replace every
NETWORK_NAMEplaceholder and use visible per-command selection such as:A stale exported
TASK_NETWORKis rejected because the Makefile requires the variable origin to becommand line.The root guide derives network-specific values from
config/NETWORK_NAME/.env,config/NETWORK_NAME/addresses.json, andconfig/NETWORK_NAME/README.md. It also contains the shared non-mainnet/mainnet task-origin validation instructions, so no duplicate per-network facilitator files are needed.Address Artifact Scoping
The merged active-task documentation did not define an
addresses.jsonlocation. #781 inherited a task-root path from legacy single-network tasks and an unmerged reorganization prototype. That was valid for its original Zeronet-only scope, but the flat JSON schema would be overwritten by a second network deployment. This PR makes the artifact explicitly network-scoped while preserving all historical Zeronet data unchanged.Sepolia Configuration
0xf0d7E15673fBA052e83d7f2b26BB6071E86b972e0xF9Ab55c35cE7Fb183A50E611B63558499130D8490x7D8EA07DB94128DBEe66bAfa3eBAa9668B413d720x646132A1667ca7aD00d36616AFBA1A28116C770A0x8074b32bD7d06C8f27596F3D6fbf867A36eA22a3These values were checked against the repository network config and live Ethereum Sepolia state.
Verification
TASK_NETWORKfailsTASK_NETWORKfailsmake TASK_NETWORK=sepolia depsmake TASK_NETWORK=sepolia validate-deploy-configmake TASK_NETWORK=zeronet validate-upgrade-configADDRESSES_JSONtoconfig/sepolia/addresses.json