From 213076e4cd1ef72a85ebb32ec4b007c8aaee8eda Mon Sep 17 00:00:00 2001 From: tersec Date: Thu, 21 Mar 2024 15:13:58 +0000 Subject: [PATCH] Revert "Set default localBlockValueBoost to 10 (#6103)" (#6118) This reverts commit d66a769135d019d939b52c842febdfaaa1073fea. --- beacon_chain/conf.nim | 2 +- docs/the_nimbus_book/src/options.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/beacon_chain/conf.nim b/beacon_chain/conf.nim index 3aa3d0dff..d5a7c1185 100644 --- a/beacon_chain/conf.nim +++ b/beacon_chain/conf.nim @@ -647,7 +647,7 @@ type # https://github.com/prysmaticlabs/prysm/pull/12227/files localBlockValueBoost* {. desc: "Increase execution layer block values for builder bid comparison by a percentage" - defaultValue: 10 + defaultValue: 0 name: "local-block-value-boost" .}: uint8 historyMode* {. diff --git a/docs/the_nimbus_book/src/options.md b/docs/the_nimbus_book/src/options.md index c6e46fe5f..914ea86bb 100644 --- a/docs/the_nimbus_book/src/options.md +++ b/docs/the_nimbus_book/src/options.md @@ -137,7 +137,7 @@ The following options are available: --payload-builder Enable external payload builder [=false]. --payload-builder-url Payload builder URL. --local-block-value-boost Increase execution layer block values for builder bid comparison by a percentage - [=10]. + [=0]. --history Retention strategy for historical data (archive/prune) [=HistoryMode.Prune]. ...