From 1bd158f614573a27999635a68d486d3bb7d786ba Mon Sep 17 00:00:00 2001 From: Sam Wilson Date: Tue, 12 Apr 2022 13:50:38 -0400 Subject: [PATCH] Review feedback --- EIPS/eip-x.md | 1 + 1 file changed, 1 insertion(+) diff --git a/EIPS/eip-x.md b/EIPS/eip-x.md index dfcd5efec0a977..a5b0fc5d76ed74 100644 --- a/EIPS/eip-x.md +++ b/EIPS/eip-x.md @@ -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.