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
We're relying on unsigned integer for prices which is fine (realistically), but on border-case scenarios could overflow.
We should store prices in big.Int byte representation, or simple strings.
The text was updated successfully, but these errors were encountered:
We're relying on unsigned integer for prices which is fine (realistically), but on border-case scenarios could overflow.
We should store prices in big.Int byte representation, or simple strings.
The text was updated successfully, but these errors were encountered: