You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, fee-monitor is using javascript number type when calculating rewards for validators. But there is a potential hazard of overflow when multiplying a number and dividing later to integrate round-off errors into one.
The text was updated successfully, but these errors were encountered:
Currently, fee-monitor is using javascript number type when calculating rewards for validators. But there is a potential hazard of overflow when multiplying a number and dividing later to integrate round-off errors into one.
The text was updated successfully, but these errors were encountered: