Add PayloadStore::send_and_resolve helper function #10845
Labels
A-block-building
Related to block building
C-enhancement
New feature or request
D-good-first-issue
Nice and easy! A great choice to get started
Describe the feature
currently we have two functions for
reth/crates/payload/builder/src/service.rs
Lines 154 to 165 in f6444b2
and
reth/crates/payload/builder/src/service.rs
Lines 117 to 128 in f6444b2
it would be great if we have a function that does this in one go
reth/crates/payload/builder/src/traits.rs
Lines 22 to 26 in f6444b2
send attributes and resolve right away, returning a future that resolves to the builtpayload
cc @greged93
Additional context
No response
The text was updated successfully, but these errors were encountered: