Extend PayloadBuilder Attributes with pool settings #10437
Labels
A-block-building
Related to block building
S-stale
This issue/PR is stale and will close with no further activity
This type is the input type for the payload builder service
reth/crates/ethereum/engine-primitives/src/payload.rs
Line 154 in a0a2f35
currently, this uses all kinds of transactions from the pool
reth/crates/ethereum/payload/src/lib.rs
Lines 289 to 292 in a0a2f35
it would be nice to provide the builder with additional settings that restricts what transactions can be included, for example if we want to reuse this for rpc then we want to exclude private transactions.
The text was updated successfully, but these errors were encountered: