-
Notifications
You must be signed in to change notification settings - Fork 31
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
Make conviction accumulate over days #28
Comments
Yes, that's the idea. In the frontend we ask for the halftime (50% seems more appropriate as it's a term commonly used in physics and electronics), and we calculate alpha directly from it with the formula |
I have changed default alpha to I also made the threshold linearly dependent with the max amount of conviction (which changes with alpha). This way, the value of the threshold as a percentage doesn't change depending on alpha. The previous threshold formula was: And now it is: Any threshold formula available in the future should include this |
Right now it's a constant in the smart contract, but we may want to make it configurable, so conviction votings can last hours, days, or weeks.
The text was updated successfully, but these errors were encountered: