|
28 | 28 | { MaxThreshold = 10000000,ChancePercent = 24}, |
29 | 29 | ] |
30 | 30 |
|
31 | | -[ShardChain.RatingSteps] |
32 | | - HoursToMaxRatingFromStartRating = 72 |
33 | | - ProposerValidatorImportance = 1.0 |
34 | | - ProposerDecreaseFactor = -4.0 |
35 | | - ValidatorDecreaseFactor = -4.0 |
36 | | - ConsecutiveMissedBlocksPenalty = 1.10 |
| 31 | +[ShardChain] |
| 32 | + [[ShardChain.RatingStepsByEpoch]] |
| 33 | + EnableEpoch = 0 |
| 34 | + HoursToMaxRatingFromStartRating = 72 |
| 35 | + ProposerValidatorImportance = 1.0 |
| 36 | + ProposerDecreaseFactor = -4.0 |
| 37 | + ValidatorDecreaseFactor = -4.0 |
| 38 | + ConsecutiveMissedBlocksPenalty = 1.10 |
| 39 | + [[ShardChain.RatingStepsByEpoch]] |
| 40 | + EnableEpoch = 9999999 |
| 41 | + HoursToMaxRatingFromStartRating = 55 |
| 42 | + ProposerValidatorImportance = 1.0 |
| 43 | + ProposerDecreaseFactor = -4.0 |
| 44 | + ValidatorDecreaseFactor = -4.0 |
| 45 | + ConsecutiveMissedBlocksPenalty = 1.10 |
37 | 46 |
|
38 | | -[MetaChain.RatingSteps] |
39 | | - HoursToMaxRatingFromStartRating = 55 |
40 | | - ProposerValidatorImportance = 1.0 |
41 | | - ProposerDecreaseFactor = -4.0 |
42 | | - ValidatorDecreaseFactor = -4.0 |
43 | | - ConsecutiveMissedBlocksPenalty = 1.10 |
| 47 | +[MetaChain] |
| 48 | + [[MetaChain.RatingStepsByEpoch]] |
| 49 | + EnableEpoch = 0 |
| 50 | + HoursToMaxRatingFromStartRating = 55 |
| 51 | + ProposerValidatorImportance = 1.0 |
| 52 | + ProposerDecreaseFactor = -4.0 |
| 53 | + ValidatorDecreaseFactor = -4.0 |
| 54 | + ConsecutiveMissedBlocksPenalty = 1.10 |
44 | 55 |
|
45 | 56 | [PeerHonesty] |
46 | 57 | #this value will be multiplied with the current value for a public key each DecayUpdateIntervalInSeconds seconds |
|
0 commit comments