Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

simulate deposits/withdrawals under constraints of prater with various withdrawal boost factor #135

Closed
q9f opened this issue Nov 1, 2022 · 2 comments

Comments

@q9f
Copy link
Member

q9f commented Nov 1, 2022

@pk910
Copy link
Member

pk910 commented Nov 1, 2022

Hmm, if I got the proposal right this withdrawal boost factor applies to partial withdrawals, too? (withdraw_balance gets called from process_full_withdrawals & process_partial_withdrawals)
So a farmer could simply run a validator, deposit large amounts of funds and wait for it to be returned via the next partial withdrawal.

This could be problematic in combination with the caveat you've mentioned on the ethereum-magicians discussion thread:
make sure to not hit the max integer value on any account any time soon

Even with a low factor of only 2 a farmer could potentially double his balance every 1-2weeks (partial withdrawal interval).
The limit will be reached quickly this way.

@q9f
Copy link
Member Author

q9f commented Nov 3, 2022

the general notion today was that also CL teams do not deem testnets important enough for such an effort.

we should start preparing application developers for sepolia and holesovice.

@q9f q9f closed this as completed Nov 3, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@pk910 @q9f and others