fix: bump ethereum-genesis-generator to 5.3.5#1332
Open
barnabasbusa wants to merge 9 commits intomainfrom
Open
fix: bump ethereum-genesis-generator to 5.3.5#1332barnabasbusa wants to merge 9 commits intomainfrom
barnabasbusa wants to merge 9 commits intomainfrom
Conversation
Align with ethereum-genesis-generator PR #271: - Replace EIP7441 fork with EIP8025 - Remove DATA_COLUMN_SIDECAR_SUBNET_COUNT (now hardcoded in genesis generator) - Remove MAX_REQUEST_BLOB_SIDECARS_ELECTRA (removed from genesis generator) - Remove MIN_EPOCHS_FOR_BLOCK_REQUESTS (removed from genesis generator) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
qu0b
approved these changes
Mar 16, 2026
- Bump ethereum-genesis-generator from 5.3.3 to 5.3.4 to pick up minimal preset override fix - Switch default teku CL/VC images from consensys/teku:latest to ethpandaops/teku:master Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Bump ethereum-genesis-generator from 5.3.4 to 5.3.5 - Remove EIP8025_FORK_VERSION and eip8025_fork_epoch from constants, input_parser, sanity_check, genesis generator, and values.env template - Follows upstream removal in ethereum/consensus-specs#5037 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
The pinned SHA was using apt.fury.io/kurtosis-tech which serves kurtosis 1.15.2. Update to latest commit which uses sdk.kurtosis.com (serves 1.17.7). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
c44294d to
3891e2e
Compare
- Mainnet: 4096 → 64 - Minimal: 8 → 2 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.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
DATA_COLUMN_SIDECAR_SUBNET_COUNTas configurable param (now hardcoded to 128 in genesis generator)MAX_REQUEST_BLOB_SIDECARS_ELECTRA(removed from genesis generator)MIN_EPOCHS_FOR_BLOCK_REQUESTS(removed from genesis generator)