Expose more builder_boost_factor settings in VC #5039
Labels
enhancement
New feature or request
HTTP-API
v4.6.0
ETA Q1 2024
val-client
Relates to the validator client binary
Description
In #4813 we are adding the
--produce-block-v3
flag for using the v3 block production APIs in the VC. We are supporting the existingbuilder_proposals: bool
config for backwards compatibility, by translatingbuilder_proposals: false
tobuilder_boost_factor=0
.As described by @eserilev here (#4813 (comment)) it would be good to have some more expressive options in the VC like:
prefer_builder_proposals: bool
: shorthand forbuilder_boost_factor=u64::MAX
builder_boost_factor: u64
: support for other values configured on a per-validator basisI don't think we necessarily need
--local-always
as this is what I was forced to translatebuilder_proposals: false
to. If we deprecatebuilder_proposals
then the "local always"/"prefer local" naming may be clearer.The text was updated successfully, but these errors were encountered: