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

Refactor OptimismPayloadBuilder into smaller, reusable functions #10935

Closed
0xKitsune opened this issue Sep 16, 2024 · 0 comments
Closed

Refactor OptimismPayloadBuilder into smaller, reusable functions #10935

0xKitsune opened this issue Sep 16, 2024 · 0 comments
Labels
A-block-building Related to block building A-op-reth Related to Optimism and op-reth C-debt Refactor of code section that is hard to understand or maintain

Comments

@0xKitsune
Copy link
Contributor

Describe the feature

Currently the OptimismPayloadBuilder features a single function called optimism_payload() containing the block building logic.

With PBS coming to the OP Stack in the future, it would be helpful to refactor this logic into smaller, reusable functions that custom OP Stack builders can leverage instead of re-implementing the default block building logic.

Additional context

No response

@0xKitsune 0xKitsune added C-enhancement New feature or request S-needs-triage This issue needs to be labelled labels Sep 16, 2024
@emhane emhane added C-debt Refactor of code section that is hard to understand or maintain A-op-reth Related to Optimism and op-reth A-block-building Related to block building and removed C-enhancement New feature or request S-needs-triage This issue needs to be labelled labels Sep 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-block-building Related to block building A-op-reth Related to Optimism and op-reth C-debt Refactor of code section that is hard to understand or maintain
Projects
Status: Done
Development

No branches or pull requests

2 participants