mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-01 13:44:57 -05:00
Set PROPOSER_SCORE_BOOST to 70%
This commit is contained in:
@@ -73,7 +73,7 @@ CHURN_LIMIT_QUOTIENT: 65536
|
||||
# Fork choice
|
||||
# ---------------------------------------------------------------
|
||||
# 25%
|
||||
PROPOSER_SCORE_BOOST: 25
|
||||
PROPOSER_SCORE_BOOST: 70
|
||||
|
||||
# Deposit contract
|
||||
# ---------------------------------------------------------------
|
||||
|
||||
@@ -72,7 +72,7 @@ CHURN_LIMIT_QUOTIENT: 32
|
||||
# Fork choice
|
||||
# ---------------------------------------------------------------
|
||||
# 25%
|
||||
PROPOSER_SCORE_BOOST: 25
|
||||
PROPOSER_SCORE_BOOST: 70
|
||||
|
||||
|
||||
# Deposit contract
|
||||
|
||||
@@ -75,7 +75,7 @@ Any of the above handlers that trigger an unhandled exception (e.g. a failed ass
|
||||
|
||||
| Name | Value |
|
||||
| - | - |
|
||||
| `PROPOSER_SCORE_BOOST` | `uint64(25)` |
|
||||
| `PROPOSER_SCORE_BOOST` | `uint64(70)` |
|
||||
|
||||
- The proposer score boost is worth `PROPOSER_SCORE_BOOST` percentage of the committee's weight, i.e., for slot with committee weight `committee_weight` the boost weight is equal to `(committee_weight * PROPOSER_SCORE_BOOST) // 100`.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user