Skip to content

Refactor payload_builder_service, moving it out #525

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

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

Conversation

SozinM
Copy link
Collaborator

@SozinM SozinM commented Mar 28, 2025

📝 Summary

We want to depend on reth less. This PR takes into our codebase PayloadBuilderService component that is used in the block building process.
This will enable us to change current building mode to fit more for our need. Also we will rely less on reth induced bounds (for example Generator trait and PayloadJob trait).

Next steps could be simplifying BasicGenerator and BasicJob logic.
I would like to change Generator logic to Manager logic. Manager would spawn Jobs the way it needs and will resolve job result to PayloadServiceBuilder.

💡 Motivation and Context


✅ I have completed the following steps:

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

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.

1 participant