Refactor OptimismPayloadBuilder
into smaller, reusable functions
#10935
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
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
The text was updated successfully, but these errors were encountered: