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

feat: switch to composable executor for Ethereum #11838

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

fgimenez
Copy link
Member

@fgimenez fgimenez commented Oct 17, 2024

Towards #11274

  • Removes module reth_evm_ethereum::execute and renames reth_evm_ethereum::strategy -> reth_evm_ethereum::execute
  • Adds helper type EthExecutorProvider that offers the same API as the old provider type to minimize the impact of the change.
  • Changes to use composable executor types BasicBlockExecutorProvider and EthExecutionStrategyFactory where needed.

Successful executions of hive https://github.com/paradigmxyz/reth/actions/runs/11388193195 and kurtosis https://github.com/paradigmxyz/reth/actions/runs/11388196289

@fgimenez fgimenez added C-enhancement New feature or request A-execution Related to the Execution and EVM labels Oct 17, 2024
@fgimenez fgimenez force-pushed the fgimenez/switch-to-composable-executors-eth branch 2 times, most recently from 57448fb to 9bd8a71 Compare October 17, 2024 14:34
@fgimenez fgimenez force-pushed the fgimenez/switch-to-composable-executors-eth branch from 9bd8a71 to 2f4073b Compare October 17, 2024 15:08
@fgimenez fgimenez marked this pull request as ready for review October 17, 2024 16:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-execution Related to the Execution and EVM C-enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant