-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug fix for Int256 decode range [2^248, type(int256).max] and [ type(…
…int256.min), -(2^248) ) (#2070) * Bug fix for Int256 decode Signed-off-by: tonykwok1992 <[email protected]> * Change log Signed-off-by: tonykwok1992 <[email protected]> * Test int16/Uint16 min max only Signed-off-by: tonykwok1992 <[email protected]> --------- Signed-off-by: tonykwok1992 <[email protected]>
- Loading branch information
1 parent
9af565b
commit 1e83c60
Showing
3 changed files
with
64 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters