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

Call EVM to execute transactions in a block #21

Closed
mpaulucci opened this issue Jun 13, 2024 · 0 comments · Fixed by #73
Closed

Call EVM to execute transactions in a block #21

mpaulucci opened this issue Jun 13, 2024 · 0 comments · Fixed by #73
Assignees
Labels
state-transition Issues related to execution and state calculation

Comments

@mpaulucci
Copy link
Collaborator

mpaulucci commented Jun 13, 2024

Let use https://github.com/bluealloy/revm for this. This should be tested with #43

@juanbono juanbono added this to the Read-only RPC Node milestone Jun 14, 2024
@mpaulucci mpaulucci added the state-transition Issues related to execution and state calculation label Jun 18, 2024
@fmoletta fmoletta self-assigned this Jun 27, 2024
@fmoletta fmoletta moved this to Todo in ethrex_l1 Jun 27, 2024
@fmoletta fmoletta moved this from Todo to In Progress in ethrex_l1 Jun 27, 2024
@github-project-automation github-project-automation bot moved this from In Progress to Done in ethrex_l1 Jul 2, 2024
mpaulucci pushed a commit to mpaulucci/lambda_ethereum_rust that referenced this issue Oct 16, 2024
**Motivation**

Replace evm code in eftests with an implementation that uses ethrex
types

**Description**

* Implement `execute_tx` using revm
* Move `evm` crate into `core` crate
* Move `Transaction` into its own module
* Implement multiple getters for `Transaction` fields
* Implement address recovery from signed transactions
* Implement conversions between ef tests types and ethrex types
* Add one more ef test
<!-- Link to issues: Resolves lambdaclass#111, Resolves lambdaclass#222 -->

Closes lambdaclass#21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
state-transition Issues related to execution and state calculation
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

3 participants