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

Update EIP-7702: 8905 copy #8938

Merged
merged 3 commits into from
Oct 8, 2024
Merged

Update EIP-7702: 8905 copy #8938

merged 3 commits into from
Oct 8, 2024

Conversation

lightclient
Copy link
Member

@lightclient lightclient commented Oct 8, 2024

rebased copy of #8905, didn't have write access to the branch

repost:

It is important to not allow authorization.nonce == 2**64 - 1, because in this case incrementing authority nonce will result in nonce overflowing 64 bit, which is not allowed since EIP-2681

Alternative to adding this to the transaction validity rules could be additional check during delegation setting, but it is simpler this way (fewer checks) and more aligned with existing transaction types validity. It is checked at authorization list processing now.

@lightclient lightclient requested a review from eth-bot as a code owner October 8, 2024 17:31
@github-actions github-actions bot added c-update Modifies an existing proposal s-review This EIP is in Review t-core labels Oct 8, 2024
@eth-bot
Copy link
Collaborator

eth-bot commented Oct 8, 2024

✅ All reviewers have approved.

@eth-bot eth-bot changed the title 8905 copy Update EIP-7702: 8905 copy Oct 8, 2024
@eth-bot eth-bot enabled auto-merge (squash) October 8, 2024 17:32
Copy link
Collaborator

@eth-bot eth-bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All Reviewers Have Approved; Performing Automatic Merge...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c-update Modifies an existing proposal s-review This EIP is in Review t-core
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants