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

Implementation of alternate withdrawal mechanism (issue #91) #112

Merged
merged 5 commits into from
Nov 19, 2018
Merged

Conversation

vbuterin
Copy link
Contributor

@vbuterin vbuterin commented Nov 5, 2018

See #91 for description, and https://ethresear.ch/t/suggested-average-case-improvements-to-reduce-capital-costs-of-being-a-casper-validator/3844 for more theoretical discussion.

Possible alternatives: make WITHDRAWALS_PER_CYCLE a function of deposits, proportional linearly or to the square root.

Some more numbers on how long it would take X ETH to withdraw assuming no one else is withdrawing:

  • 32 ETH: 65536 sec ~= 18 hours
  • 16384 ETH: 65536 sec ~= 18 hours
  • 100k ETH: 400k sec ~= 3 days
  • 1m ETH: 4m sec ~= 44 days

@hwwhww hwwhww merged commit a274432 into master Nov 19, 2018
@djrtwo djrtwo deleted the vitalik9 branch November 19, 2018 04:34
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.

3 participants