Skip to content

Commit

Permalink
Update the proposer boost percentage to 40% (#4055)
Browse files Browse the repository at this point in the history
  • Loading branch information
g11tech authored May 24, 2022
1 parent 531e2c2 commit 11f6d0e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
5 changes: 0 additions & 5 deletions packages/config/src/chainConfig/networks/ropsten.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,6 @@ export const ropstenChainConfig: IChainConfig = {
SHARDING_FORK_VERSION: b("0x03001020"),
SHARDING_FORK_EPOCH: Infinity,

// Fork choice
// ---------------------------------------------------------------
// 40%
PROPOSER_SCORE_BOOST: 40,

// Deposit contract
// ---------------------------------------------------------------
DEPOSIT_CHAIN_ID: 3,
Expand Down
2 changes: 1 addition & 1 deletion packages/config/src/chainConfig/presets/mainnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export const chainConfig: IChainConfig = {
MIN_PER_EPOCH_CHURN_LIMIT: 4,
// 2**16 (= 65,536)
CHURN_LIMIT_QUOTIENT: 65536,
PROPOSER_SCORE_BOOST: 70,
PROPOSER_SCORE_BOOST: 40,

// Deposit contract
// ---------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion packages/config/src/chainConfig/presets/minimal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export const chainConfig: IChainConfig = {
MIN_PER_EPOCH_CHURN_LIMIT: 4,
// [customized] scale queue churn at much lower validator counts for testing
CHURN_LIMIT_QUOTIENT: 32,
PROPOSER_SCORE_BOOST: 70,
PROPOSER_SCORE_BOOST: 40,

// Deposit contract
// ---------------------------------------------------------------
Expand Down

0 comments on commit 11f6d0e

Please sign in to comment.