-
-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
♻️ Enable
expectRevert
for internal
functions
Signed-off-by: Pascal Marco Caversaccio <[email protected]>
- Loading branch information
1 parent
9f75d92
commit 1f4b78f
Showing
6 changed files
with
172 additions
and
171 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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 openzeppelin-contracts
updated
10 files
Submodule solady
updated
12 files
+1 −1 | .github/workflows/ci-all-via-ir.yml | |
+1 −1 | .github/workflows/ci-invariant-intense.yml | |
+1 −1 | .github/workflows/ci-super-intense.yml | |
+30 −24 | .github/workflows/ci.yml | |
+ − | audits/cantina-spearbit-coinbase-solady-report.pdf | |
+1 −1 | package.json | |
+65 −6 | src/accounts/ERC7821.sol | |
+1 −1 | src/tokens/ERC20.sol | |
+6 −1 | test/ERC20.t.sol | |
+31 −0 | test/ERC7821.t.sol | |
+7 −0 | test/SafeTransferLib.t.sol | |
+10 −0 | test/ext/zksync/SafeTransferLib.t.sol |