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
Current version of Amount and Balance only support integer, while in reality, they are usually high-precision value.
Will use fixed-point to represent floating number because calc value needs to be accurate and precise.
Acceptance Criteria
add a v2 of Amount and Balance, which use fixed-point to represent high-precision value
The text was updated successfully, but these errors were encountered:
Background
Current version of Amount and Balance only support integer, while in reality, they are usually high-precision value.
Will use fixed-point to represent floating number because calc value needs to be accurate and precise.
Acceptance Criteria
The text was updated successfully, but these errors were encountered: