Skip to content

Commit

Permalink
Review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
SamWilsn committed Apr 14, 2022
1 parent 996c90c commit e56b360
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions EIPS/eip-draft_AUTH_USURP.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ A new opcode `AUTHUSURP` shall be created at `0xf8`. It shall take two stack ele

- If `authorized` (as defined in EIP-3074) is unset, execution is invalid.
- If `authorized` points to an empty account, then `static_gas` remains 32,000. Otherwise, `static_gas` shall be 7,000.
- `AUTHUSURP` does not check the nonce of the `authorized` account.
- The initcode runs at the address `authorized`.
- If the initcode returns no bytes, its execution frame must be reverted, and `AUTHUSURP` returns zero.
- After executing the initcode, but before the returned code is deployed, if the account's code is non-empty, the initcode's execution frame must be reverted, and `AUTHUSURP` returns zero.
Expand Down

0 comments on commit e56b360

Please # to comment.