-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: test contract for each testing branch
chore: disable "no-empty-blocks" solhint rule test: refactor all test function names Closes #77
- Loading branch information
Showing
52 changed files
with
1,492 additions
and
805 deletions.
There are no files selected for viewing
Submodule forge-std
updated
6 files
+1 −1 | lib/ds-test | |
+0 −1 | src/Script.sol | |
+3 −25 | src/Test.sol | |
+0 −19 | src/Vm.sol | |
+15 −89 | src/test/StdAssertions.t.sol | |
+1 −16 | src/test/StdStorage.t.sol |
Submodule prb-contracts
updated
2 files
+2 −2 | README.md | |
+4 −4 | contracts/token/erc20/IERC20Normalizer.sol |
Submodule prb-math
updated
19 files
+0 −0 | .commitlintrc.yaml | |
+0 −0 | .eslintrc.yaml | |
+0 −0 | .github/FUNDING.yaml | |
+7 −7 | .github/workflows/integration.yaml | |
+1 −1 | .lintstagedrc | |
+0 −0 | .mocharc.yaml | |
+0 −0 | .nycrc.yaml | |
+0 −0 | .prettierrc.yaml | |
+2 −11 | README.md | |
+24 −20 | contracts/PRBMath.sol | |
+33 −33 | package.json | |
+2 −2 | src/functions.ts | |
+0 −1 | src/helpers.ts | |
+1 −1 | src/math.ts | |
+1 −1 | test/contracts/prbMathSd59x18/pure/gm.test.ts | |
+1 −1 | test/contracts/prbMathUd60x18/pure/gm.test.ts | |
+1 −1 | test/ts/functions/gm.test.ts | |
+1 −1 | test/ts/functions/pow.test.ts | |
+440 −968 | yarn.lock |
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.