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

EVM: remove anvil-core dependency and use types from reth instead. #574

Merged
merged 6 commits into from
Jul 28, 2023

Conversation

bkolad
Copy link
Member

@bkolad bkolad commented Jul 27, 2023

Description

This PR introduces the following changes:

  1. Eliminates dependencies on anvil-core.
  2. Introduces relevant types from reth.

As a result of these changes, the sendRawTransaction and ethCall APIs now operate with reth types. This modification will enable us to reuse reth logic in our EVM module in the future.

Linked Issues

Testing

No changes.

Docs

No changes.

@bkolad bkolad changed the title WIP: Move EVM to reth types Move EVM to reth types Jul 28, 2023
@bkolad bkolad changed the title Move EVM to reth types EVM: remove anvil-core dependency and use types from reth instead. Jul 28, 2023
@bkolad bkolad marked this pull request as ready for review July 28, 2023 13:10
@codecov
Copy link

codecov bot commented Jul 28, 2023

Codecov Report

Merging #574 (6e99fbf) into nightly (80b2518) will decrease coverage by 0.1%.
The diff coverage is n/a.

see 29 files with indirect coverage changes

@bkolad bkolad merged commit 681b7a5 into nightly Jul 28, 2023
13 checks passed
@bkolad bkolad deleted the blaze/evm_reth_types branch July 28, 2023 15:14
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.

EVM: Replace anvil-core types with types from reth.
2 participants