-
Notifications
You must be signed in to change notification settings - Fork 61
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
Feature/predictoor iteration 2 #755
Conversation
I'm having trouble understanding the purpose of |
I suggest renaming: aggregatedPredictedValuesNumer -> roundSumStakesUp // Round number to the total sum of stakes placed on UP prediction aggregatedPredictedValuesDenom -> roundSumStakes // Round number to the total sum of stakes placed |
|
done |
The mapping looks redundant. It's only used at: floatValues[slot] = floatValue; Considering it's not used anywhere else and we can query the events to get |
yeap, removed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Fixes # .
Changes proposed in this PR:
Tests: