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(levm): add ethereum foundation tests #957

Closed
wants to merge 28 commits into from

Commits on Oct 23, 2024

  1. Configuration menu
    Copy the full SHA
    856b57a View commit details
    Browse the repository at this point in the history
  2. Add eftests file

    At the moment the tests can read all file contents, and currently the
    issue is to create a type that fits with the structure of the json file.
    Some things are taken from cmd/ef_tests/types.rs
    maximopalopoli committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    8b78bd0 View commit details
    Browse the repository at this point in the history
  3. cargo fmt

    maximopalopoli committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    480ca0e View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Update types structure

    maximopalopoli committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    a82dabf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab4714c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c1a3da7 View commit details
    Browse the repository at this point in the history
  4. Update imports

    maximopalopoli committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    850ab7f View commit details
    Browse the repository at this point in the history
  5. cargo fmt changes

    maximopalopoli committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    a030de4 View commit details
    Browse the repository at this point in the history
  6. Clippy fixes

    maximopalopoli committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    d02647c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    251ed37 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    399252c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f9f9d22 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    cff5f6d View commit details
    Browse the repository at this point in the history
  11. Add imports

    maximopalopoli committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    3993b49 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. Configuration menu
    Copy the full SHA
    da4929a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c8d34f5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ae47b08 View commit details
    Browse the repository at this point in the history
  4. Refactor: move init of environment to other func

    Also changed inputs passed to the VM
    maximopalopoli committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    402db1f View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. Configuration menu
    Copy the full SHA
    4f8b321 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c295da View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6bbc0b7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fa002c4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4f22db3 View commit details
    Browse the repository at this point in the history
  6. clippy+fmt changes

    maximopalopoli committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    40bc6b0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c2deabd View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. Configuration menu
    Copy the full SHA
    4e461b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aed305f View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

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