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 - Added minActivationBalance #8190

Merged
merged 3 commits into from
Apr 12, 2024

Conversation

rolfyone
Copy link
Contributor

minActivationBalance impacts how validators are deemed to become active, rather than using MAX_EFFECTIVE_BALANCE A flow on of this is that the max_effective_balance can be changed to the electra max_effective_balance Also it updates epoch processing, and we start seeing electra specific beaconStateAccessors and Predicates.

Documentation

  • I thought about documentation and added the doc-change-required label to this PR if updates are required.

Changelog

  • I thought about adding a changelog entry, and added one if I deemed necessary.

minActivationBalance impacts how validators are deemed to become active, rather than using MAX_EFFECTIVE_BALANCE
A flow on of this is that the max_effective_balance can be changed to the electra max_effective_balance
Also it updates epoch processing, and we start seeing electra specific beaconStateAccessors and Predicates.

Signed-off-by: Paul Harris <paul.harris@consensys.net>
Copy link
Contributor

@mehdi-aouadi mehdi-aouadi left a comment

Choose a reason for hiding this comment

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

LGTM
Some nits and I'd suggest adding some tests for the new PredicatesElectra

fixed missed finals

Signed-off-by: Paul Harris <paul.harris@consensys.net>
@rolfyone
Copy link
Contributor Author

i was less worried about predicates tests, but did add a couple. need to get enough functionality in to be able to run reference tests.

@rolfyone rolfyone merged commit a3248fe into Consensys:master Apr 12, 2024
15 of 16 checks passed
@rolfyone rolfyone deleted the 7251-min-activation-balance branch April 12, 2024 23:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants