Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement EIP-2681: Limit account nonce to 2^64-1 #813

Open
axic opened this issue Sep 17, 2021 · 0 comments · May be fixed by #827
Open

Implement EIP-2681: Limit account nonce to 2^64-1 #813

axic opened this issue Sep 17, 2021 · 0 comments · May be fixed by #827

Comments

@axic
Copy link
Member

axic commented Sep 17, 2021

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.

This was accepted on ACD120.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant