forked from Uniswap/universal-router
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: update forge-std to 1.1.0 (Uniswap#152)
This commit includes fixes to improve via-ir compile times so we no longer need to sit on vectorized's fork
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule forge-std
updated
13 files
+37 −6 | .github/workflows/ci.yml | |
+1 −2 | foundry.toml | |
+1 −1 | src/StdAssertions.sol | |
+43 −92 | src/StdCheats.sol | |
+124 −16 | src/StdJson.sol | |
+1 −1 | src/Test.sol | |
+112 −52 | src/Vm.sol | |
+17 −9 | test/StdCheats.t.sol | |
+0 −5 | test/StdUtils.t.sol | |
+10 −0 | test/compilation/CompilationScript.sol | |
+10 −0 | test/compilation/CompilationScriptBase.sol | |
+10 −0 | test/compilation/CompilationTest.sol | |
+10 −0 | test/compilation/CompilationTestBase.sol |