Skip to content

refactor: Block Builder Executor #524

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 2 commits into
base: develop
Choose a base branch
from
Open

refactor: Block Builder Executor #524

wants to merge 2 commits into from

Conversation

avalonche
Copy link
Contributor

@avalonche avalonche commented Mar 27, 2025

📝 Summary

op-rbuilder changes for reth 1.3.4. Reth had some major upheavals to its payload builder and generator and this mimics the op payload builder implementation as closely as possible.

  • Introduction of Block Builder Executor, which means we need to implement our own custom executor to add revert protection
  • Refactor of how payload builder is implemented in reth
  • Clean up on the signer struct
  • Note: flashblocks builder not in scope for this refactor

✅ I have completed the following steps:

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

} else {
TimingsConfig::ethereum()
}
TimingsConfig::ethereum()
Copy link
Collaborator

Choose a reason for hiding this comment

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

Is the comment still valid or did we deprecate some optimist compatibility?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

this was left behind by Liam, when we used the live builder from rbuilder for op-rbuilder. All optimism code in rbuilder should not be needed now

Copy link
Collaborator

Choose a reason for hiding this comment

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

Can you remove the comment then?

@avalonche avalonche changed the title op-rbuilder reth 1.3.4 refactor: Block Builder Executor Apr 21, 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.

2 participants