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

EIP-7251: Reclaim Activation Epochs Lost at Fork #3685

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

ethDreamer
Copy link
Contributor

When the electra fork happens, we move all the pre-activation validators into the pending_balance_deposits() to ensure they don't get put right into the validator set without queuing. We lose (by my math) 4 epochs worth of validator activations by doing this. This PR attempts to reclaim these lost epochs.

For more info, see this comment I left on the original PR:

@hwwhww hwwhww added the Electra label Apr 18, 2024
@dapplion
Copy link
Collaborator

Is it worth it the added complexity? Does not represent a significant portion of churned ETH

@philknows philknows mentioned this pull request May 2, 2024
31 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants