|
285 | 285 | FixGasRemainingForSaveKeyValueBuiltinFunctionEnableEpoch = 1265
|
286 | 286 |
|
287 | 287 | # CurrentRandomnessOnSortingEnableEpoch represents the epoch when the current randomness on sorting is enabled
|
288 |
| - CurrentRandomnessOnSortingEnableEpoch = 999991 |
| 288 | + CurrentRandomnessOnSortingEnableEpoch = 1391 |
289 | 289 |
|
290 | 290 | # StakeLimitsEnableEpoch represents the epoch when stake limits on validators are enabled
|
291 | 291 | # Should have the same value as StakingV4Step1EnableEpoch that triggers the automatic unstake operations for the queue nodes
|
292 |
| - StakeLimitsEnableEpoch = 999991 |
| 292 | + StakeLimitsEnableEpoch = 1391 |
293 | 293 |
|
294 | 294 | # StakingV4Step1EnableEpoch represents the epoch when staking v4 is initialized. This is the epoch in which
|
295 | 295 | # all nodes from staking queue are moved in the auction list
|
296 |
| - StakingV4Step1EnableEpoch = 999991 |
| 296 | + StakingV4Step1EnableEpoch = 1391 |
297 | 297 |
|
298 | 298 | # StakingV4Step2EnableEpoch represents the epoch when staking v4 is enabled. Should have a greater value than StakingV4Step1EnableEpoch.
|
299 | 299 | # 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 |
301 | 301 |
|
302 | 302 | # StakingV4Step3EnableEpoch represents the epoch in which selected nodes from auction will be distributed to waiting list
|
303 |
| - StakingV4Step3EnableEpoch = 999993 |
| 303 | + StakingV4Step3EnableEpoch = 1393 |
304 | 304 |
|
305 | 305 | # AlwaysMergeContextsInEEIEnableEpoch represents the epoch in which the EEI will always merge the contexts
|
306 |
| - AlwaysMergeContextsInEEIEnableEpoch = 999991 |
| 306 | + AlwaysMergeContextsInEEIEnableEpoch = 1391 |
307 | 307 |
|
308 | 308 | # BLSMultiSignerEnableEpoch represents the activation epoch for different types of BLS multi-signers
|
309 | 309 | BLSMultiSignerEnableEpoch = [
|
|
319 | 319 | # - Enable epoch = StakingV4Step3EnableEpoch
|
320 | 320 | # - NodesToShufflePerShard = same as previous entry in MaxNodesChangeEnableEpoch
|
321 | 321 | # - MaxNumNodes = (MaxNumNodesFromPreviousEpochEnable - (numOfShards+1)*NodesToShufflePerShard)
|
322 |
| - { EpochEnable = 999993, MaxNumNodes = 2880, NodesToShufflePerShard = 80 }, |
| 322 | + { EpochEnable = 1393, MaxNumNodes = 2880, NodesToShufflePerShard = 80 }, |
323 | 323 | ]
|
324 | 324 |
|
325 | 325 | [GasSchedule]
|
|
0 commit comments