You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this should be possible by mimicking #9921 and also introducing traits for PayloadBuilderAPI
This way we should be able to easily integrate this into rpc and phase out our manual pending block-building, for which we'd need to do some additional changes I think, like returning receipts
Additional context
No response
The content you are editing has changed. Please copy your edits and refresh the page.
Describe the feature
similar to #9872 and #9921
it would be nice to do the same for
PayloadBuilderHandle
reth/crates/node/builder/src/components/mod.rs
Line 70 in a0a2f35
this should be possible by mimicking #9921 and also introducing traits for PayloadBuilderAPI
This way we should be able to easily integrate this into rpc and phase out our manual pending block-building, for which we'd need to do some additional changes I think, like returning receipts
Additional context
No response
Tasks
PayloadBuilderHandle
methods out to new trait #10956The text was updated successfully, but these errors were encountered: