Skip to content

Commit 68fb9ee

Browse files
committed
prepare for v1.9.5
1 parent 69e6433 commit 68fb9ee

4 files changed

Lines changed: 9 additions & 6 deletions

File tree

binaryVersion

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
tags/v1.9.4
1+
merge-vm-andromeda

config.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@
4343
# ChainParametersByEpoch defines chain operation configurable values that can be modified based on epochs
4444
ChainParametersByEpoch = [
4545
{ EnableEpoch = 0, RoundDuration = 6000, ShardConsensusGroupSize = 21, ShardMinNumNodes = 58, MetachainConsensusGroupSize = 58, MetachainMinNumNodes = 58, Hysteresis = 0.2, Adaptivity = false },
46-
{ EnableEpoch = 3675, RoundDuration = 6000, ShardConsensusGroupSize = 58, ShardMinNumNodes = 58, MetachainConsensusGroupSize = 58, MetachainMinNumNodes = 58, Hysteresis = 0.2, Adaptivity = false }
46+
{ EnableEpoch = 9999999, RoundDuration = 6000, ShardConsensusGroupSize = 58, ShardMinNumNodes = 58, MetachainConsensusGroupSize = 58, MetachainMinNumNodes = 58, Hysteresis = 0.2, Adaptivity = false }
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 },
52-
{EnableEpoch = 3675, GracePeriodInRounds = 10 }, # Andromeda epoch comes with a longer grace period
52+
{EnableEpoch = 9999999, GracePeriodInRounds = 10 }, # Andromeda epoch comes with a longer grace period
5353
]
5454

5555
[HardwareRequirements]

enableEpochs.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,10 @@
340340
RelayedTransactionsV3FixESDTTransferEnableEpoch = 3117
341341

342342
# AndromedaEnableEpoch represents the epoch when the equivalent messages and fix order for consensus features are enabled
343-
AndromedaEnableEpoch = 3675
343+
AndromedaEnableEpoch = 9999999
344+
345+
# CheckBuiltInCallOnTransferValueAndFailEnableRound represents the ROUND when the check on transfer value fix is activated
346+
CheckBuiltInCallOnTransferValueAndFailEnableRound = 9999999999999999999 # THIS MUST BE A ROUND
344347

345348
# BLSMultiSignerEnableEpoch represents the activation epoch for different types of BLS multi-signers
346349
BLSMultiSignerEnableEpoch = [
@@ -366,5 +369,5 @@
366369
{ StartEpoch = 0, FileName = "gasScheduleV1.toml" },
367370
{ StartEpoch = 1, FileName = "gasScheduleV7.toml" },
368371
{ StartEpoch = 1709, FileName = "gasScheduleV8.toml" },
369-
{ StartEpoch = 3675, FileName = "gasScheduleV9.toml" },
372+
{ StartEpoch = 9999999, FileName = "gasScheduleV9.toml" },
370373
]

ratings.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
ValidatorDecreaseFactor = -4.0
3838
ConsecutiveMissedBlocksPenalty = 1.10
3939
[[ShardChain.RatingStepsByEpoch]]
40-
EnableEpoch = 3675
40+
EnableEpoch = 9999999
4141
HoursToMaxRatingFromStartRating = 55
4242
ProposerValidatorImportance = 1.0
4343
ProposerDecreaseFactor = -4.0

0 commit comments

Comments
 (0)