-
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
Add fields to heartbeat and mobile_reward_share files to help understand how rewards are calculated #378
Conversation
…and how rewards are calculated
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.
I like it since it captures changes over time to these values.. Couple of comments:
- Floats are pretty evil. Can we use a fixed point?
- What happens with older data where these fields are not present? Proto semenatics would have these at 0. Is that ok?
|
Not sure that'll help since you would have to decide what to do with the v1 protos anyway? Are the default |
Co-authored-by: andymck <[email protected]>
|
In troubleshooting various issues, I realized how valuable having all the multipliers be recorded in the mobile_verifier outputs would be.