Skip to content

Commit b9d506b

Browse files
Merge pull request #42 from MWFIAE/patch-2
Added ComputeRewardCheckpointEnableEpoch to config
2 parents ea16f84 + 82570f5 commit b9d506b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

erdpy/testnet/node_config_toml.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,9 @@ def patch_enable_epochs(data: ConfigDict, testnet_config: TestnetConfiguration):
8080
enable_epochs['GlobalMintBurnDisableEpoch'] = 0
8181
enable_epochs['ESDTTransferRoleEnableEpoch'] = 0
8282
enable_epochs['BuiltInFunctionOnMetaEnableEpoch'] = 0
83+
enable_epochs['ComputeRewardCheckpointEnableEpoch'] = 5
84+
enable_epochs['BackwardCompSaveKeyValueEnableEpoch'] = 5
85+
enable_epochs['SCRSizeInvariantCheckEnableEpoch'] = 5
8386

8487
enable_epochs['MaxNodesChangeEnableEpoch'] = [
8588
{'EpochEnable': 0, 'MaxNumNodes': 36, 'NodesToShufflePerShard': 4},

0 commit comments

Comments
 (0)