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

Pectra ready: update accordning to EIP-7251: Increase the MAX_EFFECTIVE_BALANCE #138

Merged
merged 6 commits into from
Oct 7, 2024

Conversation

pavelkrolevets
Copy link
Contributor

@pavelkrolevets pavelkrolevets commented Oct 7, 2024

Ethereum going to change deposit amount to allow it in range 32 to 2048 ETH eip7251

@pavelkrolevets
Copy link
Contributor Author

pavelkrolevets commented Oct 7, 2024

after we merge ssvlabs/dkg-spec#13, we can update go.mod to use ssvlabs/dkg-spec instead of pavelkrolevets/dkg-spec

"--withdrawAddress", "0x81592c3de184a3e2c0dcb5a261bc107bfa91f494",
"--operatorIDs", "11,22,33,44,55,66,77,88,99,100",
"--nonce", "1",
"--amount", "32000000000"}
RootCmd.SetArgs(args)
err := RootCmd.Execute()
require.NoError(t, err)
resetFlags(RootCmd)
})
Copy link
Contributor

Choose a reason for hiding this comment

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

I think it will time out

@MatusKysel MatusKysel merged commit cd72b7d into unstable Oct 7, 2024
1 check passed
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