feat: sync CL config with consensus-specs v1.7.0-alpha.8 - #1397
Merged
Conversation
Tracks the two config-level changes between consensus-specs v1.7.0-alpha.7 and v1.7.0-alpha.8, mirroring ethpandaops/ethereum-genesis-generator#293: - MIN_BUILDER_WITHDRAWABILITY_DELAY mainnet default raised 64 -> 8192 (consensus-specs#5223). Minimal preset stays at 2. - New PAYLOAD_DUE_BPS field (consensus-specs#5212, "Introduce separate payload availability deadline"). 7500 bps in both presets, exposed as a configurable network_params entry so devnets can override it. Also bumps the default ethereum-genesis-generator image to v6.0.7, the patch release that carries those config changes upstream.
barnabasbusa
enabled auto-merge (squash)
May 16, 2026 20:00
parithosh
approved these changes
May 16, 2026
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
Mirrors ethpandaops/ethereum-genesis-generator#293 and brings the package in line with consensus-specs
v1.7.0-alpha.8(release notes).Only two upstream changes touch the YAML configs:
MIN_BUILDER_WITHDRAWABILITY_DELAY— mainnet default raised from64to8192epochs (consensus-specs#5223). Minimal preset stays at2. The README docs were already drifted (said4096), so they're corrected here too.PAYLOAD_DUE_BPS— new field,7500bps in both presets (consensus-specs#5212, Introduce separate payload availability deadline). Added as a configurablenetwork_paramsentry (default7500) so devnets can override it.Also bumps the default ethereum-genesis-generator image from
6.0.6to6.0.7(the patch release that carries the upstream changes).Test plan
kurtosis run --enclave alpha8 . --args-file gloas_genesis.yaml— confirm the rendered CL config contains the newPAYLOAD_DUE_BPS: 7500andMIN_BUILDER_WITHDRAWABILITY_DELAY: 8192payload_due_bpsfrom a user-provided network_params still works (default fallback)payload_due_bpsin network_params propagates into the rendered config