4242ChainParametersByEpoch = [
4343 { EnableEpoch = 0 , RoundDuration = 6000 , RoundsPerEpoch = 14400 , MinRoundsBetweenEpochs = 14400 , ShardConsensusGroupSize = 63 , ShardMinNumNodes = 400 , MetachainConsensusGroupSize = 400 , MetachainMinNumNodes = 400 , Hysteresis = 0.2 , Adaptivity = false , Offset = 0 },
4444 { EnableEpoch = 1763 , RoundDuration = 6000 , RoundsPerEpoch = 14400 , MinRoundsBetweenEpochs = 14400 , ShardConsensusGroupSize = 400 , ShardMinNumNodes = 400 , MetachainConsensusGroupSize = 400 , MetachainMinNumNodes = 400 , Hysteresis = 0.2 , Adaptivity = false , Offset = 0 },
45- # { EnableEpoch = 2032, RoundDuration = 6000, RoundsPerEpoch = 300 , MinRoundsBetweenEpochs = 300 , ShardConsensusGroupSize = 400, ShardMinNumNodes = 400, MetachainConsensusGroupSize = 400, MetachainMinNumNodes = 400, Hysteresis = 0.2, Adaptivity = false, Offset = 0 },
46- { EnableEpoch = 2032 , RoundDuration = 600 , RoundsPerEpoch = 24000 , MinRoundsBetweenEpochs = 24000 , ShardConsensusGroupSize = 400 , ShardMinNumNodes = 400 , MetachainConsensusGroupSize = 400 , MetachainMinNumNodes = 400 , Hysteresis = 0.2 , Adaptivity = false , Offset = 2 }
45+ { EnableEpoch = 2032 , RoundDuration = 6000 , RoundsPerEpoch = 1200 , MinRoundsBetweenEpochs = 1200 , ShardConsensusGroupSize = 400 , ShardMinNumNodes = 400 , MetachainConsensusGroupSize = 400 , MetachainMinNumNodes = 400 , Hysteresis = 0.2 , Adaptivity = false , Offset = 0 },
46+ { EnableEpoch = 2033 , RoundDuration = 600 , RoundsPerEpoch = 24000 , MinRoundsBetweenEpochs = 24000 , ShardConsensusGroupSize = 400 , ShardMinNumNodes = 400 , MetachainConsensusGroupSize = 400 , MetachainMinNumNodes = 400 , Hysteresis = 0.2 , Adaptivity = false , Offset = 2 }
4747]
4848
4949# EpochChangeGracePeriodEnableEpoch represents the configuration of different grace periods for epoch change with their activation epochs
5050EpochChangeGracePeriodByEpoch = [
5151 {EnableEpoch = 0 , GracePeriodInRounds = 1 },
5252 {EnableEpoch = 1763 , GracePeriodInRounds = 10 }, # Andromeda epoch comes with a longer grace period
53- {EnableEpoch = 2032 , GracePeriodInRounds = 100 }, # Supernova epoch comes with an even longer grace period due to round duration reduction
53+ {EnableEpoch = 2033 , GracePeriodInRounds = 100 }, # Supernova epoch comes with an even longer grace period due to round duration reduction
5454]
5555
5656# ProcessConfigsByEpoch represents the configuration of process configuration parameters by epoch
5757ProcessConfigsByEpoch = [
5858 { EnableEpoch = 0 , MaxMetaNoncesBehind = 15 , MaxMetaNoncesBehindForGlobalStuck = 30 , MaxShardNoncesBehind = 15 },
59- { EnableEpoch = 2032 , MaxMetaNoncesBehind = 75 , MaxMetaNoncesBehindForGlobalStuck = 120 , MaxShardNoncesBehind = 75 },
59+ { EnableEpoch = 2033 , MaxMetaNoncesBehind = 75 , MaxMetaNoncesBehindForGlobalStuck = 120 , MaxShardNoncesBehind = 75 },
6060]
6161
6262ProcessConfigsByRound = [
@@ -77,7 +77,7 @@ ProcessConfigsByRound = [
7777 MaxRoundsOfInactivityAccepted = 3
7878 },
7979 {
80- EnableRound = 29145300 ,
80+ EnableRound = 29146392 ,
8181 MaxRoundsWithoutNewBlockReceived = 100 ,
8282 MaxRoundsWithoutCommittedBlock = 100 ,
8383 RoundModulusTriggerWhenSyncIsStuck = 200 ,
@@ -91,17 +91,17 @@ ProcessConfigsByRound = [
9191
9292EpochStartConfigsByEpoch = [
9393 { EnableEpoch = 0 , GracePeriodRounds = 25 , ExtraDelayForRequestBlockInfoInMilliseconds = 3000 },
94- { EnableEpoch = 2032 , GracePeriodRounds = 250 , ExtraDelayForRequestBlockInfoInMilliseconds = 220 },
94+ { EnableEpoch = 2033 , GracePeriodRounds = 250 , ExtraDelayForRequestBlockInfoInMilliseconds = 220 },
9595]
9696
9797EpochStartConfigsByRound = [
9898 { EnableRound = 0 , MaxRoundsWithoutCommittedStartInEpochBlock = 50 },
99- { EnableRound = 29145300 , MaxRoundsWithoutCommittedStartInEpochBlock = 500 },
99+ { EnableRound = 29146392 , MaxRoundsWithoutCommittedStartInEpochBlock = 500 },
100100]
101101
102102ConsensusConfigsByEpoch = [
103103 { EnableEpoch = 0 , NumRoundsToWaitBeforeSignalingChronologyStuck = 10 },
104- { EnableEpoch = 2032 , NumRoundsToWaitBeforeSignalingChronologyStuck = 100 },
104+ { EnableEpoch = 2033 , NumRoundsToWaitBeforeSignalingChronologyStuck = 100 },
105105]
106106
107107[HardwareRequirements ]
@@ -114,7 +114,7 @@ ConsensusConfigsByEpoch = [
114114 # The value of StartEpoch parameter for version 2 should be the same with the ScheduledMiniBlocksEnableEpoch flag from enableEpoch.toml file
115115 { StartEpoch = 613 , StartRound = 0 , Version = " 2" },
116116 # TODO The value of StartEpoch parameter for version 3 should be the same with the SupernovaEnableEpoch flag from enableEpoch.toml file and StartRound the same with the SupernovaEnableRound flag from enableRounds.toml
117- { StartEpoch = 2032 , StartRound = 29145300 , Version = " 3" },
117+ { StartEpoch = 2033 , StartRound = 29146392 , Version = " 3" },
118118 ]
119119
120120[StoragePruning ]
@@ -704,7 +704,7 @@ ConsensusConfigsByEpoch = [
704704 MaxDeviationTimeInMilliseconds = 25
705705
706706 [[Antiflood .ConfigsByRound ]]
707- Round = 29145300
707+ Round = 29146392
708708 NumConcurrentResolverJobs = 50
709709 NumConcurrentResolvingTrieNodesJobs = 3
710710
0 commit comments