-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(levm): running all ef tests with revm and fixing problems (#1275)
**Motivation** <!-- Why does this pull request exist? What are its goals? --> - We want to run all eftests with revm and make them pass so it can be a reliable source for comparing execution with levm. **Description** <!-- A clear and concise general description of the changes this PR introduces --> - Runs all tests with revm -> Done - Fix execution of revm -> Most of Cancun tests have been fixed, 8 of them don't pass but it is good enough - Access lists are now deserialized, in .json files there are 1 access list per `data` element. So we use `data` index for accessing them. - I didn't make serious error handling for running with revm because it is not a core functionality, doing that will take a little bit more work but maybe it is not necessary. <!-- Link to issues: Resolves #111, Resolves #222 --> Closes #issue_number --------- Co-authored-by: ilitteri <[email protected]> Co-authored-by: Ivan Litteri <[email protected]>
- Loading branch information
1 parent
9881520
commit 838e530
Showing
5 changed files
with
310 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.