-
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.
refactor: replace all bigints to use bn.js library instead (#468)
- Loading branch information
1 parent
b8cb5df
commit 7ad3d79
Showing
86 changed files
with
2,446 additions
and
1,893 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,26 @@ | ||
--- | ||
"@fuel-ts/abi-coder": patch | ||
"@fuel-ts/address": patch | ||
"@fuel-ts/constants": patch | ||
"@fuel-ts/contract": patch | ||
"@fuel-ts/example-contract": patch | ||
"fuels": patch | ||
"@fuel-ts/hasher": patch | ||
"@fuel-ts/hdwallet": patch | ||
"@fuel-ts/interfaces": patch | ||
"@fuel-ts/math": patch | ||
"@fuel-ts/merkle": patch | ||
"@fuel-ts/merkle-shared": patch | ||
"@fuel-ts/merklesum": patch | ||
"@fuel-ts/predicate": patch | ||
"@fuel-ts/providers": patch | ||
"@fuel-ts/script": patch | ||
"@fuel-ts/signer": patch | ||
"@fuel-ts/sparsemerkle": patch | ||
"@fuel-ts/testcases": patch | ||
"@fuel-ts/transactions": patch | ||
"typechain-target-fuels": patch | ||
"@fuel-ts/wallet": patch | ||
--- | ||
|
||
Refactor to use bn.js instead of bigint. |
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
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
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
Oops, something went wrong.
7ad3d79
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Coverage report
Test suite run success
486 tests passing in 44 suites.
Report generated by 🧪jest coverage report action from 7ad3d79