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): move levm EF tests to cmd/ef_tests dir #1172

Merged
merged 10 commits into from
Nov 14, 2024

Conversation

ilitteri
Copy link
Contributor

Motivation

We need ethereum_rust as a dependency for running the EF tests, specifically for the post-state validation. If we import it inside the crate levm, we have a circular dependency as ethereum_rust also imports levm.

Description

  • Move ethereum_rust EF tests to cmd/ef_tests/ethereum_rust.
  • Update ethereum_rust Makefile targets that run the EF tests according to the previous change
  • Move levm EF tests to cmd/ef_tests/levm.
  • Update ethereum_rust Makefile targets that run the EF tests to skip levm EF tests run (this will be done in the crate levm)
  • Update levm Makefile targets that run the EF tests according to the changes above.

@ilitteri ilitteri added the levm Lambda EVM implementation label Nov 14, 2024
@ilitteri ilitteri self-assigned this Nov 14, 2024
@ilitteri ilitteri requested a review from a team as a code owner November 14, 2024 15:49
@ilitteri ilitteri changed the title feat(levm): move levm EF tests to cmd dir feat(levm): move levm EF tests to cmd/ef_tests dir Nov 14, 2024
.gitignore Show resolved Hide resolved
@ilitteri ilitteri added this pull request to the merge queue Nov 14, 2024
Merged via the queue into main with commit 0e12f1a Nov 14, 2024
21 checks passed
@ilitteri ilitteri deleted the move_levm_ef_tests_to_cmd branch November 14, 2024 18:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
levm Lambda EVM implementation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants