You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**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: Resolveslambdaclass#111, Resolveslambdaclass#222 -->
Closeslambdaclass#21
Let use https://github.com/bluealloy/revm for this. This should be tested with #43
The text was updated successfully, but these errors were encountered: