-
-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into ci/add-venom-tests
- Loading branch information
Showing
72 changed files
with
869 additions
and
845 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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 create-util
updated
3 files
+35 −1 | hardhat.config.ts | |
+12 −10 | package.json | |
+282 −273 | pnpm-lock.yaml |
Submodule forge-std
updated
4 files
+4 −0 | src/StdChains.sol | |
+17 −0 | src/Vm.sol | |
+2 −0 | test/StdChains.t.sol | |
+2 −2 | test/Vm.t.sol |
Submodule openzeppelin-contracts
updated
22 files
Submodule solady
updated
23 files
+657 −648 | .gas-snapshot | |
+1 −0 | .github/workflows/ci-all-via-ir.yml | |
+4 −3 | .github/workflows/ci.yml | |
+2 −1 | README.md | |
+1 −1 | foundry.toml | |
+1 −1 | package.json | |
+1 −0 | src/Milady.sol | |
+24 −9 | src/accounts/Receiver.sol | |
+513 −0 | src/utils/DynamicArrayLib.sol | |
+410 −74 | src/utils/DynamicBufferLib.sol | |
+98 −0 | src/utils/EnumerableSetLib.sol | |
+12 −12 | src/utils/LibRLP.sol | |
+91 −112 | src/utils/LibSort.sol | |
+59 −49 | src/utils/Multicallable.sol | |
+117 −0 | test/DynamicArrayLib.t.sol | |
+27 −0 | test/DynamicBufferLib.t.sol | |
+90 −0 | test/EnumerableSetLib.t.sol | |
+8 −8 | test/LibRLP.t.sol | |
+30 −0 | test/LibSort.t.sol | |
+5 −5 | test/Ownable.t.sol | |
+4 −4 | test/OwnableRoles.t.sol | |
+49 −0 | test/utils/Brutalizer.sol | |
+2 −3 | test/utils/mocks/MockMulticallable.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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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.