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

[Feature] 7702 auth nonce is no longer optional #1048

Closed
mattsse opened this issue Jul 13, 2024 · 1 comment · Fixed by #1056
Closed

[Feature] 7702 auth nonce is no longer optional #1048

mattsse opened this issue Jul 13, 2024 · 1 comment · Fixed by #1056
Assignees
Labels
enhancement New feature or request

Comments

@mattsse
Copy link
Member

mattsse commented Jul 13, 2024

Component

consensus, eips, genesis

Describe the feature you would like

converted from list with optional item to regular value

ethereum/EIPs#8677

TODO

  • remove OptionalNonce type

/// The nonce for the authorization.
pub nonce: OptionalNonce,

Additional context

No response

@mattsse mattsse added the enhancement New feature or request label Jul 13, 2024
@rakita
Copy link
Contributor

rakita commented Jul 15, 2024

This change should be included in devnet-2, in devnet-1 the previous spec is still valid one.

@onbjerg onbjerg self-assigned this Jul 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants