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 hive tests comparison LEVM and REVM #1611

Draft
wants to merge 11 commits into
base: main
Choose a base branch
from

Conversation

JereSalo
Copy link
Contributor

@JereSalo JereSalo commented Jan 3, 2025

  • This is not intended to be merged with tidy_l1_integration_code, but it uses it as its base.
  • The logic is pretty similar to the one hive_report uses so we can reuse some of it, that's why I was creating a lib.rs file

Description
The main idea is:

  1. Clear logs, build image with LEVM and run
  2. Store results_by_category in results_levm variable
  3. Clear logs, build image with REVM and run
  4. Store results_by_category in results_revm variable
  5. Compare results_levm with results_revm. (They should have the same tests ran)

@JereSalo JereSalo added the levm Lambda EVM implementation label Jan 3, 2025
@JereSalo JereSalo self-assigned this Jan 3, 2025
Base automatically changed from levm/tidy_l1_integration_code to main January 10, 2025 20:25
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.

1 participant