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

Add support for MAX_EB deposit sizes #717

Open
CarlBeek opened this issue Dec 18, 2024 · 0 comments
Open

Add support for MAX_EB deposit sizes #717

CarlBeek opened this issue Dec 18, 2024 · 0 comments
Labels
Milestone

Comments

@CarlBeek
Copy link
Contributor

EIP-7251 also known as MAX_EB is a part of the Pectra hardfork. It allows validator balances to grow up to 2048 ETH.

The goal of this is to have fewer validators on the network and so on the launchpad, we should encourage and support larger deposits (ideally up to 2048 ETH before creating a second validator).

This means we need to change the logic around how we handle deposits from being determined by the number of validators a user would like to create to basing this off of the size of deposit they would like to make.

I have written an example python script to evenly split a deposit among as few validators as necessary:

https://gist.github.com/CarlBeek/3e51f25980dfb367d80d6788f9e05ee5

@CarlBeek CarlBeek added this to the Pectra Update milestone Dec 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant