From 9cdefa78a4197593628a5bd2d31c1f45a80412bd Mon Sep 17 00:00:00 2001 From: tersec Date: Sat, 23 Mar 2024 07:19:02 +0000 Subject: [PATCH] Revert "Revert "Set default localBlockValueBoost to 10 (#6103)" (#6118)" This reverts commit 213076e4cd1ef72a85ebb32ec4b007c8aaee8eda. --- 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 d5a7c11856..3aa3d0dffa 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: 0 + defaultValue: 10 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 914ea86bb2..c6e46fe5f1 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 - [=0]. + [=10]. --history Retention strategy for historical data (archive/prune) [=HistoryMode.Prune]. ...