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 error arises from the range check lookup table. For instance, when the balanceByteRange is set to 9, we expect to have four 2^16 lookup tables plus an additional 2^8 or 2^16 lookup table. balanceByteRange / 2 return 4, which is wrong.
Describe the bug
The error arises from the range check lookup table. For instance, when the
balanceByteRange
is set to 9, we expect to have four 2^16 lookup tables plus an additional 2^8 or 2^16 lookup table.balanceByteRange / 2
return 4, which is wrong.To Reproduce
change
balanceByteRange
to 9https://github.com/summa-dev/summa-solvency/blob/v2/contracts/test/Summa.ts#L43
Expected behavior
test should fail
Additional context
The text was updated successfully, but these errors were encountered: