Skip to content

Commit

Permalink
Update PROPOSER_SCORE_BOOST to 40 percent (#2895)
Browse files Browse the repository at this point in the history
  • Loading branch information
casparschwa authored May 20, 2022
1 parent b23cdef commit 72f7b88
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions configs/mainnet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ CHURN_LIMIT_QUOTIENT: 65536

# Fork choice
# ---------------------------------------------------------------
# 33%
PROPOSER_SCORE_BOOST: 33
# 40%
PROPOSER_SCORE_BOOST: 40

# Deposit contract
# ---------------------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions configs/minimal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ CHURN_LIMIT_QUOTIENT: 32

# Fork choice
# ---------------------------------------------------------------
# 33%
PROPOSER_SCORE_BOOST: 33
# 40%
PROPOSER_SCORE_BOOST: 40


# Deposit contract
Expand Down
2 changes: 1 addition & 1 deletion specs/phase0/fork-choice.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Any of the above handlers that trigger an unhandled exception (e.g. a failed ass

| Name | Value |
| ---------------------- | ------------ |
| `PROPOSER_SCORE_BOOST` | `uint64(33)` |
| `PROPOSER_SCORE_BOOST` | `uint64(40)` |

- 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`.

Expand Down

0 comments on commit 72f7b88

Please sign in to comment.