feat: add devnet-7#35
Merged
Merged
Conversation
Prepared per review of the devnet-6 diff: - egg 6.1.3 (the glamsterdam-devnet-7 release), all devnet-6 spec-param customizations dropped back to egg defaults - DEPLOY_EIP8282_CONTRACTS=false: builder deposit/exit contracts are not in genesis; they get deployed manually pre-gloas - starting clients: ethrex/geth/nethermind EL, all CLs but grandine (15 pairs x 200 validators + 4 buildoors + bootnode)
Deploys the builder deposit/exit contracts through the deterministic CREATE2 factory with the vanity-mined salts from ethereum/execution-specs#3091. Verifies factory presence, CREATE2 address derivation, pre-gloas epoch, and post-deploy runtime + exit-contract inhibitor. check mode smoke-tested against devnet-6.
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.
devnet-7 prep (terraform + ansible)
Per the review feedback on the devnet-6 diff: defaults only (egg config), 8282 out of genesis, reduced starting client set. Infra prep only — nothing is deployed; launch steps listed at the bottom.
Genesis / egg
glamsterdam-devnet-7release: addsDEPLOY_EIP8282_CONTRACTS, re-mined 8282 addresses, new gloas defaults likeMIN_BUILDER_WITHDRAWABILITY_DELAY=64,PAYLOAD_DUE_BPS=5000).values.envstripped to network identity + fork schedule (chain id, mnemonic, fork versions, BPO 1/2, gloas @ epoch 30, premines). All devnet-6 spec-param overrides (withdrawal type, validator balance, gas limit, churn/withdrawability,MIN_EPOCHS_FOR_DATA_COLUMN_SIDECARS_REQUESTS) are gone — egg defaults govern.DEPLOY_EIP8282_CONTRACTS=false— the builder deposit/exit contracts are not in genesis. They get deployed manually pre-gloas viascripts/deploy-eip8282.zsh(see below).Topology (starting set)
NUMBER_OF_VALIDATORS=3000), 4 buildoors (prysm-ethrex, lighthouse-geth, lodestar-ethrex, teku-nethermind), 1 bootnode (prysm+geth)infrastructure/devnet-7, CIDR10.27.0.0/16;terraform validatepassesCleanups relative to devnet-6
--serveHistoricalState+ checkpoint-sync workarounds dropped; devnet-6 host_vars experiments not carried overethereum_node_el: nethermindkey removed from bootnode.yaml (the latergethkey was winning)scripts/deploy-eip8282.zsh(throwaway)Deploys both contracts through the deterministic CREATE2 factory (
0x4e59b4…956C, an egg well-known-contract predeploy) using the vanity-mined salts from ethereum/execution-specs#3091 (contract source: ethereum/sys-asm — master bytecode verified identical to egg 6.1.3 genesis code). Guards: factory presence, CREATE2 address re-derivation, refuses at/after gloas epoch, idempotent, post-deploy runtime + exit-inhibitor verification.checkmode smoke-tested against live devnet-6.Not in this PR / at launch
ethereum_genesis_timestamp(currently falls back to now+45min)ansible/ansible.cfgdefault inventory + fact cache to devnet-7 (left on devnet-6 while it is live)kubernetes/devnet-7/tooling + syncoor workflowglamsterdam-devnet-7image tags must exist for the starting clientsscripts/deploy-eip8282.zshafter genesis, before epoch 30