-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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: Reorder authorization fields for authority recovery #8679
Conversation
✅ All reviewers have approved. |
This ordering was my mistake, they should be ordered the same throughout. I would like to know from other teams if it's okay to update this for devnet-1? Or will we just update this for future devnets? |
Speaking for reth we're ok with changing it for devnet-1:) |
Erigon is okay too. |
Nethermind is okay with this too |
There was a problem hiding this 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...
Currently items in the authorization list are ordered:
but in order to recover the authority, we need to reorder the fields to
which in some cases necessitates a secondary type to encode the authorization for recovery. Using the same order for the fields simplifies implementation slightly.