Skip to content

Commit 1f40eb5

Browse files
Amxxernestognw
andauthored
Update submodules and remove files that migrated to the vanilla repo (#176)
Co-authored-by: ernestognw <[email protected]>
1 parent 0e71ce5 commit 1f40eb5

File tree

87 files changed

+113
-6335
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

87 files changed

+113
-6335
lines changed

contracts/access/README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
= Access
22

33
[.readme-notice]
4-
NOTE: This document is better viewed at https://docs.openzeppelin.com/community-contracts/proxy
4+
NOTE: This document is better viewed at https://docs.openzeppelin.com/community-contracts/api/access
55

66
This directory contains utility contracts to restrict access control in smart contracts. These include:
77

contracts/account/Account.sol

Lines changed: 0 additions & 142 deletions
This file was deleted.

contracts/account/README.adoc

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ NOTE: This document is better viewed at https://docs.openzeppelin.com/community-
44

55
This directory includes contracts to build accounts for ERC-4337. These include:
66

7-
* {Account}: An ERC-4337 smart account implementation that includes the core logic to process user operations.
8-
* {AccountERC7579}: An extension of `Account` that implements support for ERC-7579 modules.
9-
* {AccountERC7579Hooked}: An extension of `AccountERC7579` with support for a single hook module (type 4).
10-
* {ERC7821}: Minimal batch executor implementation contracts. Useful to enable easy batch execution for smart contracts.
117
* {ERC7579Executor}: An executor module that enables executing calls from accounts where the it's installed.
128
* {ERC7579DelayedExecutor}: An executor module that adds a delay before executing an account operation.
139
* {ERC7579SelectorExecutor}: An executor module that restricts execution to specific function selectors.
@@ -23,18 +19,6 @@ This directory includes contracts to build accounts for ERC-4337. These include:
2319
* {PaymasterERC721Owner}: A paymaster that allows users to pay for user operations based on ERC-721 ownership.
2420
* {PaymasterSigner}: A paymaster that allows users to pay for user operations using an authorized signature.
2521

26-
== Core
27-
28-
{{Account}}
29-
30-
== Extensions
31-
32-
{{AccountERC7579}}
33-
34-
{{AccountERC7579Hooked}}
35-
36-
{{ERC7821}}
37-
3822
== Modules
3923

4024
=== Executors

0 commit comments

Comments
 (0)