-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update caveat validation to ensure that a valid selector is returned …
…from the caveats and that length of 0 is invalid
- Loading branch information
1 parent
b835af2
commit 1df1805
Showing
9 changed files
with
717 additions
and
28 deletions.
There are no files selected for viewing
Submodule forge-std
updated
21 files
+6 −48 | .github/workflows/ci.yml | |
+1 −1 | package.json | |
+3 −4 | src/Script.sol | |
+2 −7 | src/StdChains.sol | |
+15 −156 | src/StdCheats.sol | |
+1 −16 | src/StdInvariant.sol | |
+14 −18 | src/StdJson.sol | |
+3 −54 | src/StdStorage.sol | |
+2 −2 | src/StdStyle.sol | |
+1 −1 | src/StdUtils.sol | |
+3 −4 | src/Test.sol | |
+239 −480 | src/Vm.sol | |
+77 −93 | test/StdAssertions.t.sol | |
+31 −91 | test/StdChains.t.sol | |
+64 −167 | test/StdCheats.t.sol | |
+10 −10 | test/StdError.t.sol | |
+12 −27 | test/StdMath.t.sol | |
+34 −66 | test/StdStorage.t.sol | |
+4 −4 | test/StdStyle.t.sol | |
+36 −66 | test/StdUtils.t.sol | |
+0 −15 | test/Vm.t.sol |
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 |
---|---|---|
|
@@ -19,5 +19,8 @@ | |
"husky": "^8.0.0", | ||
"ts-node": "^10.9.1", | ||
"typescript": "^5.1.3" | ||
}, | ||
"dependencies": { | ||
"mmdc": "^0.0.1" | ||
} | ||
} |
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.