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

feat(evm): EIP-7002 withdrawal requests #8212

Merged
merged 23 commits into from
May 13, 2024

Commits on May 12, 2024

  1. Configuration menu
    Copy the full SHA
    6a0f553 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Configuration menu
    Copy the full SHA
    602bd89 View commit details
    Browse the repository at this point in the history
  2. make it compile

    shekhirin committed May 13, 2024
    Configuration menu
    Copy the full SHA
    8e1c172 View commit details
    Browse the repository at this point in the history
  3. reorder requests field

    shekhirin committed May 13, 2024
    Configuration menu
    Copy the full SHA
    a58710c View commit details
    Browse the repository at this point in the history
  4. rename the execute method

    shekhirin committed May 13, 2024
    Configuration menu
    Copy the full SHA
    e546045 View commit details
    Browse the repository at this point in the history
  5. fix lints

    shekhirin committed May 13, 2024
    Configuration menu
    Copy the full SHA
    d5dc0b1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c876c5b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    71c3338 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    dbfdbc8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    45d54ce View commit details
    Browse the repository at this point in the history
  10. Cargo.lock

    shekhirin committed May 13, 2024
    Configuration menu
    Copy the full SHA
    d4e48b5 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1083d06 View commit details
    Browse the repository at this point in the history
  12. change return args order

    shekhirin committed May 13, 2024
    Configuration menu
    Copy the full SHA
    0d17302 View commit details
    Browse the repository at this point in the history
  13. Cargo.lock

    shekhirin committed May 13, 2024
    Configuration menu
    Copy the full SHA
    b5016e0 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    3b6dc03 View commit details
    Browse the repository at this point in the history
  15. introduce Requests struct

    shekhirin committed May 13, 2024
    Configuration menu
    Copy the full SHA
    daedecb View commit details
    Browse the repository at this point in the history
  16. add a helper type

    shekhirin committed May 13, 2024
    Configuration menu
    Copy the full SHA
    f50b10c View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    b08f642 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    8334ee3 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    8a223df View commit details
    Browse the repository at this point in the history
  20. fix optimism execute.rs

    shekhirin committed May 13, 2024
    Configuration menu
    Copy the full SHA
    49f2c03 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    8c3e3a1 View commit details
    Browse the repository at this point in the history
  22. no mutable EVM borrow

    shekhirin committed May 13, 2024
    Configuration menu
    Copy the full SHA
    4d518fd View commit details
    Browse the repository at this point in the history