Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix local testnets starting from Electra at genesis #6826

Open
michaelsproul opened this issue Jan 21, 2025 · 2 comments
Open

Fix local testnets starting from Electra at genesis #6826

michaelsproul opened this issue Jan 21, 2025 · 2 comments
Labels
bug Something isn't working electra Required for the Electra/Prague fork test improvement Improve tests

Comments

@michaelsproul
Copy link
Member

At the moment we get an SSZ decoding error trying to start a Kurtosis testnet with ELECTRA_FORK_EPOCH: 0.

Jan 21 01:01:17.667 CRIT Failed to start beacon node reason: Built-in genesis state SSZ bytes are invalid: OffsetOutOfBounds(522733568)

@michaelsproul michaelsproul added bug Something isn't working electra Required for the Electra/Prague fork test improvement Improve tests labels Jan 21, 2025
@michaelsproul
Copy link
Member Author

This seems to be an issue upstream in ethereum-genesis-generator, possibly eth2-testnet-genesis. The state generated with ELECTRA_FORK_EPOCH: 0 is actually a Deneb state, as confirmed with:

lcli pretty-ssz BeaconStateDeneb genesis.ssz

@michaelsproul
Copy link
Member Author

Have asked maintainers, but the only PR I can find related to Electra is:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working electra Required for the Electra/Prague fork test improvement Improve tests
Projects
None yet
Development

No branches or pull requests

1 participant