Skip to content

Commit

Permalink
Merge pull request #5917 from multiversx/v1.6.15-dev-config
Browse files Browse the repository at this point in the history
v1.6.15-dev-config
  • Loading branch information
iulianpascalau authored Feb 12, 2024
2 parents d5bb384 + eb2e06c commit 222e53c
Show file tree
Hide file tree
Showing 13 changed files with 1,350 additions and 69 deletions.
6 changes: 3 additions & 3 deletions cmd/node/config/enableEpochs.toml
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@
AutoBalanceDataTriesEnableEpoch = 1

# MigrateDataTrieEnableEpoch represents the epoch when the data tries migration is enabled
MigrateDataTrieEnableEpoch = 2
MigrateDataTrieEnableEpoch = 1

# KeepExecOrderOnCreatedSCRsEnableEpoch represents the epoch when the execution order of created SCRs is ensured
KeepExecOrderOnCreatedSCRsEnableEpoch = 1
Expand Down Expand Up @@ -298,8 +298,8 @@

# MaxNodesChangeEnableEpoch holds configuration for changing the maximum number of nodes and the enabling epoch
MaxNodesChangeEnableEpoch = [
{ EpochEnable = 0, MaxNumNodes = 36, NodesToShufflePerShard = 4 },
{ EpochEnable = 1, MaxNumNodes = 56, NodesToShufflePerShard = 2 }
{ EpochEnable = 0, MaxNumNodes = 48, NodesToShufflePerShard = 4 }, # 4 shuffled out keys / shard will not be reached normally
{ EpochEnable = 1, MaxNumNodes = 64, NodesToShufflePerShard = 2 }
]

[GasSchedule]
Expand Down
4 changes: 2 additions & 2 deletions cmd/node/config/fullArchiveP2P.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@

[Sharding]
# The targeted number of peer connections
TargetPeerCount = 36
TargetPeerCount = 41
MaxIntraShardValidators = 7
MaxCrossShardValidators = 15
MaxIntraShardObservers = 2
MaxIntraShardObservers = 7
MaxCrossShardObservers = 3
MaxSeeders = 2

Expand Down
Loading

0 comments on commit 222e53c

Please sign in to comment.