-
-
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.
Signed-off-by: Pascal Marco Caversaccio <pascal.caversaccio@hotmail.ch>
- Loading branch information
1 parent
b6ba130
commit 5d7c7c6
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule openzeppelin-contracts
updated
4 files
+1 −1 | .github/workflows/checks.yml | |
+1 −1 | .github/workflows/formal-verification.yml | |
+6 −5 | package-lock.json | |
+1 −1 | package.json |
Submodule solady
updated
6 files
+6 −0 | src/accounts/ERC4337.sol | |
+5 −4 | src/accounts/LibERC7579.sol | |
+16 −0 | src/utils/FixedPointMathLib.sol | |
+24 −14 | src/utils/SignatureCheckerLib.sol | |
+37 −0 | test/LibERC7579.t.sol | |
+15 −0 | test/SignatureCheckerLib.t.sol |