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

Transaction's nonce should be of type U64 #986

Open
SamWilsn opened this issue Aug 14, 2024 · 1 comment · May be fixed by #995
Open

Transaction's nonce should be of type U64 #986

SamWilsn opened this issue Aug 14, 2024 · 1 comment · May be fixed by #995
Labels
A-spec Area: specification C-enhance Category: a request for an improvement E-easy Experience: easy, good for newcomers

Comments

@SamWilsn
Copy link
Collaborator

Because of EIP-2671, the nonce of a transaction is limited in size to fit in a U64. We currently use a U256:

@SamWilsn SamWilsn added A-spec Area: specification C-enhance Category: a request for an improvement E-easy Experience: easy, good for newcomers labels Aug 14, 2024
@richardgreg
Copy link
Contributor

Should the change apply to every instance of U256 in the repo?

@richardgreg richardgreg linked a pull request Aug 23, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-spec Area: specification C-enhance Category: a request for an improvement E-easy Experience: easy, good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants