-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: validation and handling of unsafe integers (#3491)
* feat: added error condition around number values that are too big * chore: changeset * chore: add comment + altered test * Update .changeset/orange-moles-leave.md * Update packages/abi-coder/src/encoding/coders/BigNumberCoder.test.ts Co-authored-by: Daniel Bate <[email protected]> * chore: improving error message * chore: fix error messages --------- Co-authored-by: Daniel Bate <[email protected]> Co-authored-by: Anderson Arboleya <[email protected]>
- Loading branch information
1 parent
981b992
commit a7eb9b6
Showing
3 changed files
with
72 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@fuel-ts/abi-coder": patch | ||
--- | ||
|
||
fix: validation and handling of unsafe integers |
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