-
-
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 <[email protected]>
- Loading branch information
1 parent
4d564df
commit 1b0c72a
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule openzeppelin-contracts
updated
3 files
+1 −1 | contracts/account/utils/draft-ERC4337Utils.sol | |
+1 −1 | docs/modules/ROOT/pages/access-control.adoc | |
+1 −1 | docs/modules/ROOT/pages/index.adoc |
Submodule solady
updated
8 files
+2 −1 | README.md | |
+1 −1 | package.json | |
+2 −1 | src/Milady.sol | |
+2 −0 | src/accounts/ERC7821.sol | |
+282 −0 | src/auth/TimedRoles.sol | |
+4 −4 | src/utils/LibClone.sol | |
+177 −0 | test/TimedRoles.t.sol | |
+86 −0 | test/utils/mocks/MockTimedRoles.sol |