Skip to content

feat: electra sync with testnets #1445

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

Merged
merged 145 commits into from
Apr 28, 2025
Merged

feat: electra sync with testnets #1445

merged 145 commits into from
Apr 28, 2025

Conversation

LeanSerra
Copy link
Contributor

@LeanSerra LeanSerra commented Apr 24, 2025

Motivation

We want to sync with Sepolia to test our Electra implementation

Description

  • Fix an error with the enr calculation that prevented us from connecting to peers by updating get_fork_version_for_epoch
  • Add config for the hoodi testnet + a Makefile target to run it. Sourced from here
  • Update the Sepolia config files to use the ones from electra. Sourced from here
  • Update the Holesky config files to use the ones from electra. Sourced from here
  • Update the Mainnet config files to use the ones from electra. Sourced from here

Closes #1439

rodrigo-o and others added 30 commits March 17, 2025 18:33
Base automatically changed from electra_max_blobs to electra-support April 25, 2025 20:19
@LeanSerra LeanSerra changed the base branch from electra-support to main April 28, 2025 14:32
@LeanSerra LeanSerra marked this pull request as ready for review April 28, 2025 14:38
@LeanSerra LeanSerra requested a review from a team as a code owner April 28, 2025 14:38
Comment on lines -109 to +111
GOSSIP_MAX_SIZE: 10485760
MAX_PAYLOAD_SIZE: 10485760
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was a bit concerned about GOSSIP_MAX_SIZE being removed but here is the PR in the spec: ethereum/consensus-specs#4045

Copy link
Collaborator

@rodrigo-o rodrigo-o left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking good!

@rodrigo-o rodrigo-o merged commit 4c9aa63 into main Apr 28, 2025
15 checks passed
@rodrigo-o rodrigo-o deleted the electra_sync branch April 28, 2025 18:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Development

Successfully merging this pull request may close these issues.

No peers for optimistic sync in electra
2 participants