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
The 100% bug still happens occasionally. This is a rounding error caused by dividing the balances before storing them (or while displaying) instead of storing them as BigNumbers and trimming as necessary. This one is a bit harder to fix, as it requires a deeper refactor, but it is a big source of user complaints/issues as it is not immediately apparent what went wrong.
An interim solution would be to maybe add some warning or info when clicking the 100% button?
The text was updated successfully, but these errors were encountered:
The 100% bug still happens occasionally. This is a rounding error caused by dividing the balances before storing them (or while displaying) instead of storing them as BigNumbers and trimming as necessary. This one is a bit harder to fix, as it requires a deeper refactor, but it is a big source of user complaints/issues as it is not immediately apparent what went wrong.
An interim solution would be to maybe add some warning or info when clicking the 100% button?
The text was updated successfully, but these errors were encountered: