Skip to content

Commit 2c4bc61

Browse files
Merge pull request #201 from multiversx/update_for_release_v1.7.10
Update for release v1.7.10
2 parents a648f25 + 6d13ec5 commit 2c4bc61

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

binaryVersion

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
rc/v1.7.0
1+
tags/v1.7.10

enableEpochs.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -285,25 +285,25 @@
285285
FixGasRemainingForSaveKeyValueBuiltinFunctionEnableEpoch = 1265
286286

287287
# CurrentRandomnessOnSortingEnableEpoch represents the epoch when the current randomness on sorting is enabled
288-
CurrentRandomnessOnSortingEnableEpoch = 999991
288+
CurrentRandomnessOnSortingEnableEpoch = 1391
289289

290290
# StakeLimitsEnableEpoch represents the epoch when stake limits on validators are enabled
291291
# Should have the same value as StakingV4Step1EnableEpoch that triggers the automatic unstake operations for the queue nodes
292-
StakeLimitsEnableEpoch = 999991
292+
StakeLimitsEnableEpoch = 1391
293293

294294
# StakingV4Step1EnableEpoch represents the epoch when staking v4 is initialized. This is the epoch in which
295295
# all nodes from staking queue are moved in the auction list
296-
StakingV4Step1EnableEpoch = 999991
296+
StakingV4Step1EnableEpoch = 1391
297297

298298
# StakingV4Step2EnableEpoch represents the epoch when staking v4 is enabled. Should have a greater value than StakingV4Step1EnableEpoch.
299299
# From this epoch, all shuffled out nodes are moved to auction nodes. No auction nodes selection is done yet.
300-
StakingV4Step2EnableEpoch = 999992
300+
StakingV4Step2EnableEpoch = 1392
301301

302302
# StakingV4Step3EnableEpoch represents the epoch in which selected nodes from auction will be distributed to waiting list
303-
StakingV4Step3EnableEpoch = 999993
303+
StakingV4Step3EnableEpoch = 1393
304304

305305
# AlwaysMergeContextsInEEIEnableEpoch represents the epoch in which the EEI will always merge the contexts
306-
AlwaysMergeContextsInEEIEnableEpoch = 999991
306+
AlwaysMergeContextsInEEIEnableEpoch = 1391
307307

308308
# BLSMultiSignerEnableEpoch represents the activation epoch for different types of BLS multi-signers
309309
BLSMultiSignerEnableEpoch = [
@@ -319,7 +319,7 @@
319319
# - Enable epoch = StakingV4Step3EnableEpoch
320320
# - NodesToShufflePerShard = same as previous entry in MaxNodesChangeEnableEpoch
321321
# - MaxNumNodes = (MaxNumNodesFromPreviousEpochEnable - (numOfShards+1)*NodesToShufflePerShard)
322-
{ EpochEnable = 999993, MaxNumNodes = 2880, NodesToShufflePerShard = 80 },
322+
{ EpochEnable = 1393, MaxNumNodes = 2880, NodesToShufflePerShard = 80 },
323323
]
324324

325325
[GasSchedule]

0 commit comments

Comments
 (0)