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: add SystemCaller helper type #11068

Merged
merged 24 commits into from
Sep 30, 2024
Merged

feat: add SystemCaller helper type #11068

merged 24 commits into from
Sep 30, 2024

Commits on Sep 27, 2024

  1. feat: add SystemCaller helper type

    mattsse authored and fgimenez committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    40f923e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ed37c9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6d25641 View commit details
    Browse the repository at this point in the history
  4. add evm field

    fgimenez committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    2e87df5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4e55762 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    be50585 View commit details
    Browse the repository at this point in the history
  7. do not consume self

    fgimenez committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    7f4d1d3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    90928dc View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2024

  1. do not wrap evm

    fgimenez committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    75bf4fe View commit details
    Browse the repository at this point in the history
  2. refactor where clauses

    fgimenez committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    80434ad View commit details
    Browse the repository at this point in the history
  3. remove uneeded trait bounds

    fgimenez committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    c917cdc View commit details
    Browse the repository at this point in the history
  4. const fn

    fgimenez committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    16a7ead View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7c2c3f9 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2024

  1. Configuration menu
    Copy the full SHA
    4d553cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    19330d3 View commit details
    Browse the repository at this point in the history
  3. clippy

    fgimenez committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    9c6238a View commit details
    Browse the repository at this point in the history
  4. refactor

    fgimenez committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    d5898ad View commit details
    Browse the repository at this point in the history
  5. clippy

    fgimenez committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    6e7e878 View commit details
    Browse the repository at this point in the history
  6. Arc for chain_spec

    fgimenez committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    dce01ae View commit details
    Browse the repository at this point in the history
  7. clippy

    fgimenez committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    3ee8cb9 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Update crates/evm/src/system_calls/mod.rs

    Co-authored-by: Matthias Seitz <[email protected]>
    fgimenez and mattsse authored Sep 30, 2024
    Configuration menu
    Copy the full SHA
    757e345 View commit details
    Browse the repository at this point in the history
  2. Update crates/evm/src/system_calls/mod.rs

    Co-authored-by: Matthias Seitz <[email protected]>
    fgimenez and mattsse authored Sep 30, 2024
    Configuration menu
    Copy the full SHA
    4dea065 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7cad438 View commit details
    Browse the repository at this point in the history
  4. remove Arc

    fgimenez committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    011367c View commit details
    Browse the repository at this point in the history