Skip to content

Commit

Permalink
test more dimension on devnet (ethereum#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
liam-lai authored Dec 29, 2022
1 parent ff75f0f commit 4222071
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions params/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,30 @@ var (
WaitPeriod: 10,
MinePeriod: 10,
},
270000: {
SwitchRound: 270000,
CertThreshold: common.MaxMasternodesV2*1/5 + 1,
TimeoutSyncThreshold: 3,
TimeoutPeriod: 10,
WaitPeriod: 2,
MinePeriod: 2,
},
300000: {
SwitchRound: 300000,
CertThreshold: common.MaxMasternodesV2*4/5 + 1,
TimeoutSyncThreshold: 3,
TimeoutPeriod: 60,
WaitPeriod: 20,
MinePeriod: 20,
},
310000: {
SwitchRound: 310000,
CertThreshold: common.MaxMasternodesV2*2/3 + 1,
TimeoutSyncThreshold: 5,
TimeoutPeriod: 25,
WaitPeriod: 10,
MinePeriod: 10,
},
}

// XDPoSChain mainnet config
Expand Down

0 comments on commit 4222071

Please sign in to comment.