forked from AztecProtocol/aztec-connect-bridges
-
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.
Dependency updates (AztecProtocol#290)
* chore: encoder update * chore: forge-std update
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule forge-std
updated
25 files
+44 −10 | .github/workflows/ci.yml | |
+4 −5 | foundry.toml | |
+1 −1 | package.json | |
+16 −1 | src/Common.sol | |
+1 −0 | src/Components.sol | |
+2 −2 | src/Script.sol | |
+1 −1 | src/StdAssertions.sol | |
+90 −0 | src/StdChains.sol | |
+48 −125 | src/StdCheats.sol | |
+124 −16 | src/StdJson.sol | |
+6 −1 | src/StdUtils.sol | |
+3 −3 | src/Test.sol | |
+112 −52 | src/Vm.sol | |
+3 −2 | src/interfaces/IERC1155.sol | |
+1 −0 | src/interfaces/IERC165.sol | |
+1 −0 | src/interfaces/IERC20.sol | |
+2 −1 | src/interfaces/IERC4626.sol | |
+2 −1 | src/interfaces/IERC721.sol | |
+61 −0 | test/StdChains.t.sol | |
+9 −22 | test/StdCheats.t.sol | |
+14 −3 | 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 |
Submodule rollup-encoder
updated
4 files
+1 −0 | .gitmodules | |
+1 −1 | lib/forge-std | |
+2 −15 | src/RollupEncoder.sol | |
+76 −0 | src/libraries/EventsErrorsV2.sol |