Skip to content

Commit

Permalink
- refactored configs
Browse files Browse the repository at this point in the history
  • Loading branch information
iulianpascalau committed Feb 5, 2024
1 parent d5bb384 commit b2450f5
Show file tree
Hide file tree
Showing 11 changed files with 1,346 additions and 65 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 get reached normally
{ EpochEnable = 1, MaxNumNodes = 64, NodesToShufflePerShard = 2 }
]

[GasSchedule]
Expand Down
Loading

0 comments on commit b2450f5

Please sign in to comment.