mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-19 21:31:37 +00:00
test more dimension on devnet (#219)
This commit is contained in:
parent
ff75f0f22e
commit
42220718bd
1 changed files with 24 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue