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

chore: replace ExitV1 with WithdrawalRequest #672

Merged
merged 5 commits into from
May 3, 2024

Commits on May 3, 2024

  1. chore: replace ExitV1 with WithdrawalRequest

    EIP-7002 has been changed to work with EIP-7685,
    so the exit type no longer exists and is instead a
    `WithdrawalRequest` object.
    
    In the engine API spec this is called `WithdrawalRequestV1`,
    which is why it is re-exported as such from `alloy-eips`
    onbjerg committed May 3, 2024
    Configuration menu
    Copy the full SHA
    40383ec View commit details
    Browse the repository at this point in the history
  2. fix: cfg attr for serde

    onbjerg committed May 3, 2024
    Configuration menu
    Copy the full SHA
    a2dd77e View commit details
    Browse the repository at this point in the history
  3. chore: correct field name

    onbjerg committed May 3, 2024
    Configuration menu
    Copy the full SHA
    0afac25 View commit details
    Browse the repository at this point in the history
  4. chore: cfg attr _-_

    onbjerg committed May 3, 2024
    Configuration menu
    Copy the full SHA
    313cee4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    963bc9b View commit details
    Browse the repository at this point in the history