Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion EIPS/eip-2681.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Lastly, this facilitates a minor optimisation in clients, because the nonce no l
Introduce two new restrictions retroactively from genesis:

1. Consider any transaction invalid, where the nonce exceeds or equals to `2^64-1`.
2. The `CREATE` and `CREATE2` instructions to abort with an exceptional halt, where the account nonce is `2^64-1`.
2. The `CREATE` and `CREATE2` instructions' execution ends with the result `0` pushed on stack, where the account nonce is `2^64-1`. Gas for initcode execution is not deducted in this case.

## Rationale

Expand Down