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
{{ message }}
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.
Looks like (maybe?) large ints are just being converted to a big.Int, which can cause problems since a very large uint256 has the same hex representation as a corresponding negative int256. Would be good to double check that both of these cases are handled correctly by the converter
The text was updated successfully, but these errors were encountered:
rmulhol
changed the title
verify contract watcher distinguished uint256 vs int256
verify contractWatcher distinguishes uint256 vs int256
Sep 26, 2019
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Looks like (maybe?) large ints are just being converted to a
big.Int
, which can cause problems since a very largeuint256
has the same hex representation as a corresponding negativeint256
. Would be good to double check that both of these cases are handled correctly by the converterThe text was updated successfully, but these errors were encountered: