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

Move out payload builder service from reth #443

Conversation

SozinM
Copy link
Collaborator

@SozinM SozinM commented Feb 24, 2025

📝 Summary

This PR reduces our reliance on Reth by taking direct ownership of the main block-building component. Doing so prevents potential disruptions from future Reth interface changes, ensuring a more stable and predictable development process.

💡 Motivation and Context


✅ I have completed the following steps:

  • Run make lint
  • Run make test
  • Added tests (if applicable)

@SozinM SozinM force-pushed the msozin/op-rbuilder/payload_builder_service branch from e3d8b25 to b2c1055 Compare February 24, 2025 08:27
@SozinM SozinM force-pushed the msozin/op-rbuilder/payload_builder_service branch from b2c1055 to 84aad95 Compare February 24, 2025 08:32
Copy link
Contributor

Choose a reason for hiding this comment

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

what's the plan to maintain upstream changes with Reth's payload building service?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

i think with this approach it's possible to us to fix this struct and stop getting upstream changes
It will work until fundamental changes, that change model of engine_FCU and engine_getPayload

@dvush dvush deleted the branch flashbots:reth-1.2.0 February 26, 2025 17:08
@dvush dvush closed this Feb 26, 2025
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.

3 participants