Skip to content

Commit

Permalink
Remove duplicate rule: "OP-032" is not different from "OP-011"
Browse files Browse the repository at this point in the history
  • Loading branch information
forshtat committed Oct 1, 2023
1 parent 55264fa commit 2512319
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion eip/EIPS/eip-aa-rules.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,6 @@ To help make sense of these params, note that a malicious paymaster can at most
* **[OP-020]** Revert on "out of gas" is forbidden as it can "leak" the gas limit or the current call stack depth.
* Contract creation:
* **[OP-031]** `CREATE2` is allowed exactly once in the deployment phase and must deploy code for the "sender" address.
* **[OP-032]** `CREATE` is blocked.
* Access to an address without a deployed code is forbidden:
* **[OP-041]** For `EXTCODE*` and `*CALL` opcodes
* **[OP-042]** Exception: access to "sender" address is allowed.
Expand Down

0 comments on commit 2512319

Please sign in to comment.