Skip to content

Commit e7f7d70

Browse files
fredrik0xrolfyone
andauthored
Removed default builder boost (#438)
Co-authored-by: Paul Harris <[email protected]>
1 parent 30f0568 commit e7f7d70

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

apis/validator/block.v3.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,18 +53,17 @@ get:
5353
Servers must support the following values of the boost factor which encode common
5454
preferences:
5555
56-
* `builder_boost_factor=0`: prefer the execution node payload unless an error makes it
56+
* `builder_boost_factor=0`: prefer the local execution node payload unless an error makes it
5757
unviable.
58-
* `builder_boost_factor=100`: default profit maximization mode; choose whichever
58+
* `builder_boost_factor=100`: profit maximization mode; choose whichever
5959
payload pays more.
60-
* `builder_boost_factor=2**64 - 1`: prefer the builder payload unless an error or
60+
* `builder_boost_factor=2**64 - 1`: prefer the external builder payload unless an error or
6161
beacon node health check makes it unviable.
6262
6363
Servers should use saturating arithmetic or another technique to ensure that large values of
6464
the `builder_boost_factor` do not trigger overflows or errors. If this parameter is
6565
provided and the beacon node is not configured with a builder then the beacon node MUST
66-
respond with a full block, which the caller can choose to reject if it wishes. If this
67-
parameter is **not** provided then it should be treated as having the default value of 100.
66+
respond with a full block, which the caller can choose to reject if it wishes.
6867
If the value is provided but out of range for a 64-bit unsigned integer, then an error
6968
response with status code 400 MUST be returned.
7069
schema:

0 commit comments

Comments
 (0)