-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Add PayloadBuilder Implementation that supports two types of builders #10438
Comments
@mattsse assign me |
Hey @tolu0x are you still working on this? Happy to pick this up as I'm doing some work with |
Hey @garwahl, i've not been able to complete my implementation due to my exams. If you can take it on, i'd be delighted to see your solution. LGTM |
@garwahl first. If no one try, I want to try. |
I'm not really geting about two kinds of builders. I just see EthereumPayloadBuilder and OptimismPayloadBuilder. Is it right @mattsse ? |
This issue is stale because it has been open for 21 days with no activity. |
This issue was closed because it has been inactive for 7 days since being marked as stale. |
The PayloadBuilder trait defines the interface for a basic payloadbuilder:
reth/crates/payload/basic/src/lib.rs
Line 792 in a0a2f35
it would be nice if we would have a type that supports two kinds of builders:
this way we could easily integrate multiple builder types, e.g. rpc pending block and regular CL
The text was updated successfully, but these errors were encountered: