File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 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 :
You can’t perform that action at this time.
0 commit comments