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: make EthService generic over engine types and block executor #10212

Merged
merged 2 commits into from
Aug 8, 2024

Conversation

fgimenez
Copy link
Member

@fgimenez fgimenez commented Aug 8, 2024

Towards #10160

This will allow us to use the same engine service for any network, not only ethereum. The type has been moved to reth-engine-service crate and ethereum launcher is updated to use it.

Copy link
Collaborator

@mattsse mattsse left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

very cool, this should unblock us from integrating it in op main

Comment on lines +176 to +178
let mut eth_service = EngineService::new(
ctx.consensus(),
ctx.components().block_executor().clone(),
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice

@fgimenez fgimenez added this pull request to the merge queue Aug 8, 2024
Merged via the queue into main with commit c4aae6d Aug 8, 2024
34 checks passed
@fgimenez fgimenez deleted the fgimenez/make-eth-service-generic branch August 8, 2024 17:36
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.

2 participants