Skip to content

Commit

Permalink
Merge pull request #6156 from multiversx/v1.7.10-dev-config
Browse files Browse the repository at this point in the history
v1.7.10 dev config
  • Loading branch information
sstanculeanu committed May 14, 2024
2 parents f1b87e8 + c267fd1 commit c26e6d1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions cmd/node/config/enableEpochs.toml
Original file line number Diff line number Diff line change
Expand Up @@ -285,25 +285,25 @@
FixGasRemainingForSaveKeyValueBuiltinFunctionEnableEpoch = 1

# CurrentRandomnessOnSortingEnableEpoch represents the epoch when the current randomness on sorting is enabled
CurrentRandomnessOnSortingEnableEpoch = 4
CurrentRandomnessOnSortingEnableEpoch = 1

# StakeLimitsEnableEpoch represents the epoch when stake limits on validators are enabled
# Should have the same value as StakingV4Step1EnableEpoch that triggers the automatic unstake operations for the queue nodes
StakeLimitsEnableEpoch = 4
StakeLimitsEnableEpoch = 1

# StakingV4Step1EnableEpoch represents the epoch when staking v4 is initialized. This is the epoch in which
# all nodes from staking queue are moved in the auction list
StakingV4Step1EnableEpoch = 4
StakingV4Step1EnableEpoch = 1

# StakingV4Step2EnableEpoch represents the epoch when staking v4 is enabled. Should have a greater value than StakingV4Step1EnableEpoch.
# From this epoch, all shuffled out nodes are moved to auction nodes. No auction nodes selection is done yet.
StakingV4Step2EnableEpoch = 5
StakingV4Step2EnableEpoch = 2

# StakingV4Step3EnableEpoch represents the epoch in which selected nodes from auction will be distributed to waiting list
StakingV4Step3EnableEpoch = 6
StakingV4Step3EnableEpoch = 3

# AlwaysMergeContextsInEEIEnableEpoch represents the epoch in which the EEI will always merge the contexts
AlwaysMergeContextsInEEIEnableEpoch = 4
AlwaysMergeContextsInEEIEnableEpoch = 1

# BLSMultiSignerEnableEpoch represents the activation epoch for different types of BLS multi-signers
BLSMultiSignerEnableEpoch = [
Expand All @@ -319,7 +319,7 @@
# - Enable epoch = StakingV4Step3EnableEpoch
# - NodesToShufflePerShard = same as previous entry in MaxNodesChangeEnableEpoch
# - MaxNumNodes = (MaxNumNodesFromPreviousEpochEnable - (numOfShards+1)*NodesToShufflePerShard)
{ EpochEnable = 6, MaxNumNodes = 56, NodesToShufflePerShard = 2 },
{ EpochEnable = 3, MaxNumNodes = 56, NodesToShufflePerShard = 2 },
]

[GasSchedule]
Expand Down
4 changes: 2 additions & 2 deletions cmd/node/config/systemSmartContractsConfig.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
BleedPercentagePerRound = 0.00001
MaxNumberOfNodesForStake = 64
UnJailValue = "2500000000000000000" #0.1% of genesis node price
ActivateBLSPubKeyMessageVerification = false
ActivateBLSPubKeyMessageVerification = true
StakeLimitPercentage = 1.0 #fraction of value 1 - 100%, for the time being no stake limit
NodeLimitPercentage = 0.1 #fraction of value 0.1 - 10%

Expand All @@ -35,7 +35,7 @@

[DelegationManagerSystemSCConfig]
MinCreationDeposit = "1250000000000000000000" #1.25K eGLD
MinStakeAmount = "10000000000000000000" #10 eGLD
MinStakeAmount = "1000000000000000000" #1 eGLD
ConfigChangeAddress = "erd1vxy22x0fj4zv6hktmydg8vpfh6euv02cz4yg0aaws6rrad5a5awqgqky80" #should use a multisign contract instead of a wallet address

[DelegationSystemSCConfig]
Expand Down

0 comments on commit c26e6d1

Please sign in to comment.