Block v3 builder boost factor (#5035)

* builder boost factor

* default boost factor

* revert

* deprecate always_prefer_builder_payload, builder-profit-threshold, ignore_builder_override_suggestion_threshold and builder_comparison_factor flags

* revert

* set deprecated flags to no op, revert should_override_builder

* fix test, calc boosted relay value correctly, dont calculate if none

* Add deprecation warnings and restore CLI docs
This commit is contained in:
Eitan Seri-Levi
2024-01-08 02:10:32 +02:00
committed by GitHub
parent 0c97762032
commit 9c1505d082
20 changed files with 201 additions and 437 deletions

View File

@@ -334,6 +334,7 @@ impl<E: GenericExecutionEngine> TestRig<E> {
builder_params,
TEST_FORK,
&self.spec,
None,
BlockProductionVersion::FullV2,
)
.await
@@ -485,6 +486,7 @@ impl<E: GenericExecutionEngine> TestRig<E> {
builder_params,
TEST_FORK,
&self.spec,
None,
BlockProductionVersion::FullV2,
)
.await