forked from OpenZeppelin/openzeppelin-contracts
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge release-v5.0 branch (OpenZeppelin#4787)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Francisco Giordano <[email protected]> Co-authored-by: Ernesto García <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Eric Lau <[email protected]> Co-authored-by: Hadrien Croubois <[email protected]> Co-authored-by: Zack Reneau-Wedeen <[email protected]>
- Loading branch information
1 parent
3af6271
commit 6ba452d
Showing
8 changed files
with
13 additions
and
7 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
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
Submodule forge-std
updated
20 files
+1 −1 | foundry.toml | |
+1 −1 | lib/ds-test | |
+1 −1 | package.json | |
+2 −0 | src/Base.sol | |
+187 −20 | src/StdAssertions.sol | |
+77 −33 | src/StdChains.sol | |
+87 −28 | src/StdCheats.sol | |
+92 −0 | src/StdInvariant.sol | |
+28 −28 | src/StdJson.sol | |
+1 −1 | src/StdStorage.sol | |
+333 −0 | src/StdStyle.sol | |
+71 −5 | src/StdUtils.sol | |
+5 −1 | src/Test.sol | |
+26 −2 | src/Vm.sol | |
+73 −0 | src/interfaces/IMulticall3.sol | |
+367 −0 | test/StdAssertions.t.sol | |
+52 −15 | test/StdChains.t.sol | |
+97 −1 | test/StdCheats.t.sol | |
+110 −0 | test/StdStyle.t.sol | |
+119 −13 | test/StdUtils.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