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

Implement call method for the EVM module #449

Merged
merged 13 commits into from
Jul 3, 2023
Merged

Implement call method for the EVM module #449

merged 13 commits into from
Jul 3, 2023

Conversation

bkolad
Copy link
Member

@bkolad bkolad commented Jun 29, 2023

Description

This PR introduces the following changes:

  • BlockEnv & EvmTransaction types which are used in the EVM module.
  • Conversions between the aforementioned types and relevant ReVM types.
  • Implementation of call method for the EVM module
  • EVM module tests

Linked Issues

Testing

Added tests for the EVM module.

Docs

The documentation will be provided after the module is fully implemented.

@codecov
Copy link

codecov bot commented Jun 29, 2023

@bkolad bkolad requested a review from preston-evans98 June 29, 2023 10:39
@bkolad bkolad merged commit aaed3a4 into main Jul 3, 2023
@bkolad bkolad deleted the evm_part_3 branch July 3, 2023 08:28
@citizen-stig citizen-stig linked an issue Jul 7, 2023 that may be closed by this pull request
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement evm module
2 participants