Skip to content

Commit 72bb361

Browse files
committed
updated epoch to 2033 and round to ~15:20 UTC
1 parent 1d2354a commit 72bb361

File tree

5 files changed

+15
-15
lines changed

5 files changed

+15
-15
lines changed

config.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -42,21 +42,21 @@
4242
ChainParametersByEpoch = [
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
5050
EpochChangeGracePeriodByEpoch = [
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
5757
ProcessConfigsByEpoch = [
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

6262
ProcessConfigsByRound = [
@@ -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

9292
EpochStartConfigsByEpoch = [
9393
{ EnableEpoch = 0, GracePeriodRounds = 25, ExtraDelayForRequestBlockInfoInMilliseconds = 3000 },
94-
{ EnableEpoch = 2032, GracePeriodRounds = 250, ExtraDelayForRequestBlockInfoInMilliseconds = 220 },
94+
{ EnableEpoch = 2033, GracePeriodRounds = 250, ExtraDelayForRequestBlockInfoInMilliseconds = 220 },
9595
]
9696

9797
EpochStartConfigsByRound = [
9898
{ EnableRound = 0, MaxRoundsWithoutCommittedStartInEpochBlock = 50 },
99-
{ EnableRound = 29145300, MaxRoundsWithoutCommittedStartInEpochBlock = 500 },
99+
{ EnableRound = 29146392, MaxRoundsWithoutCommittedStartInEpochBlock = 500 },
100100
]
101101

102102
ConsensusConfigsByEpoch = [
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

economics.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
{EnableEpoch = 460, MaxGasLimitPerBlock = "1500000000", MaxGasLimitPerMiniBlock = "600000000", MaxGasLimitPerMetaBlock = "15000000000", MaxGasLimitPerMetaMiniBlock = "600000000", MaxGasLimitPerTx = "600000000", MinGasLimit = "50000", ExtraGasLimitGuardedTx = "50000", MaxGasHigherFactorAccepted = "10"},
8484
{EnableEpoch = 613, MaxGasLimitPerBlock = "1500000000", MaxGasLimitPerMiniBlock = "250000000", MaxGasLimitPerMetaBlock = "15000000000", MaxGasLimitPerMetaMiniBlock = "250000000", MaxGasLimitPerTx = "600000000", MinGasLimit = "50000", ExtraGasLimitGuardedTx = "50000", MaxGasHigherFactorAccepted = "10"},
8585
{EnableEpoch = 1820, MaxGasLimitPerBlock = "1500000000", MaxGasLimitPerMiniBlock = "250000000", MaxGasLimitPerMetaBlock = "15000000000", MaxGasLimitPerMetaMiniBlock = "250000000", MaxGasLimitPerTx = "600000000", MinGasLimit = "50000", ExtraGasLimitGuardedTx = "50000", MaxGasHigherFactorAccepted = "2"},
86-
{EnableEpoch = 2032, MaxGasLimitPerBlock = "600000000", MaxGasLimitPerMiniBlock = "250000000", MaxGasLimitPerMetaBlock = "12000000000", MaxGasLimitPerMetaMiniBlock = "250000000", MaxGasLimitPerTx = "600000000", MinGasLimit = "50000", ExtraGasLimitGuardedTx = "50000", MaxGasHigherFactorAccepted = "2"},
86+
{EnableEpoch = 2033, MaxGasLimitPerBlock = "600000000", MaxGasLimitPerMiniBlock = "250000000", MaxGasLimitPerMetaBlock = "12000000000", MaxGasLimitPerMetaMiniBlock = "250000000", MaxGasLimitPerTx = "600000000", MinGasLimit = "50000", ExtraGasLimitGuardedTx = "50000", MaxGasHigherFactorAccepted = "2"},
8787
]
8888
MinGasPrice = "1000000000" #will yield min tx fee of 0.00005 eGLD
8989
GasPriceModifier = 0.01

enableEpochs.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@
340340
AndromedaEnableEpoch = 1763
341341

342342
# SupernovaEnableEpoch represents the epoch when sub-second finality will be enabled
343-
SupernovaEnableEpoch = 2032
343+
SupernovaEnableEpoch = 2033
344344

345345
# CheckBuiltInCallOnTransferValueAndFailEnableRound represents the ROUND when the check on transfer value fix is activated
346346
CheckBuiltInCallOnTransferValueAndFailEnableRound = 25184293 # THIS MUST BE A ROUND

enableRounds.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
Round = "18216765" # epoch 1265 should begin at round 14401 * 1265 = 18217265 (500 will be subtracted)
1414
[RoundActivations.SupernovaEnableRound]
1515
Options = []
16-
Round = "29145300"
16+
Round = "29146392"

ratings.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
ValidatorDecreaseFactor = -4.0
4545
ConsecutiveMissedBlocksPenalty = 1.10
4646
[[ShardChain.RatingStepsByEpoch]]
47-
EnableEpoch = 2032
47+
EnableEpoch = 2033
4848
HoursToMaxRatingFromStartRating = 55
4949
ProposerValidatorImportance = 1.0
5050
ProposerDecreaseFactor = -4.0
@@ -60,7 +60,7 @@
6060
ValidatorDecreaseFactor = -4.0
6161
ConsecutiveMissedBlocksPenalty = 1.10
6262
[[MetaChain.RatingStepsByEpoch]]
63-
EnableEpoch = 2032
63+
EnableEpoch = 2033
6464
HoursToMaxRatingFromStartRating = 55
6565
ProposerValidatorImportance = 1.0
6666
ProposerDecreaseFactor = -4.0

0 commit comments

Comments
 (0)