|
62 | 62 | ESDTEnableEpoch = 272
|
63 | 63 |
|
64 | 64 | # GovernanceEnableEpoch represents the epoch when governance is enabled
|
65 |
| - GovernanceEnableEpoch = 1258 |
| 65 | + GovernanceEnableEpoch = 1265 |
66 | 66 |
|
67 | 67 | # DelegationManagerEnableEpoch represents the epoch when the delegation manager is enabled
|
68 | 68 | # epoch should not be 0
|
|
252 | 252 | DeterministicSortOnValidatorsInfoEnableEpoch = 1126
|
253 | 253 |
|
254 | 254 | # SCProcessorV2EnableEpoch represents the epoch when SC processor V2 will be used
|
255 |
| - SCProcessorV2EnableEpoch = 1258 |
| 255 | + SCProcessorV2EnableEpoch = 1265 |
256 | 256 |
|
257 | 257 | # AutoBalanceDataTriesEnableEpoch represents the epoch when the data tries are automatically balanced by inserting at the hashed key instead of the normal key
|
258 |
| - AutoBalanceDataTriesEnableEpoch = 1258 |
| 258 | + AutoBalanceDataTriesEnableEpoch = 1265 |
259 | 259 |
|
260 | 260 | # KeepExecOrderOnCreatedSCRsEnableEpoch represents the epoch when the execution order of created SCRs is ensured
|
261 |
| - KeepExecOrderOnCreatedSCRsEnableEpoch = 1258 |
| 261 | + KeepExecOrderOnCreatedSCRsEnableEpoch = 1265 |
262 | 262 |
|
263 | 263 | # MultiClaimOnDelegationEnableEpoch represents the epoch when the multi claim on delegation is enabled
|
264 |
| - MultiClaimOnDelegationEnableEpoch = 1258 |
| 264 | + MultiClaimOnDelegationEnableEpoch = 1265 |
265 | 265 |
|
266 | 266 | # ChangeUsernameEnableEpoch represents the epoch when changing username is enabled
|
267 |
| - ChangeUsernameEnableEpoch = 1258 |
| 267 | + ChangeUsernameEnableEpoch = 1000000 |
268 | 268 |
|
269 | 269 | # ConsistentTokensValuesLengthCheckEnableEpoch represents the epoch when the consistent tokens values length check is enabled
|
270 |
| - ConsistentTokensValuesLengthCheckEnableEpoch = 1258 |
| 270 | + ConsistentTokensValuesLengthCheckEnableEpoch = 1265 |
271 | 271 |
|
272 | 272 | # FixDelegationChangeOwnerOnAccountEnableEpoch represents the epoch when the fix for the delegation system smart contract is enabled
|
273 |
| - FixDelegationChangeOwnerOnAccountEnableEpoch = 1258 |
| 273 | + FixDelegationChangeOwnerOnAccountEnableEpoch = 1265 |
274 | 274 |
|
275 | 275 | # DynamicGasCostForDataTrieStorageLoadEnableEpoch represents the epoch when dynamic gas cost for data trie storage load will be enabled
|
276 |
| - DynamicGasCostForDataTrieStorageLoadEnableEpoch = 1258 |
| 276 | + DynamicGasCostForDataTrieStorageLoadEnableEpoch = 1265 |
277 | 277 |
|
278 | 278 | # ScToScLogEventEnableEpoch represents the epoch when the sc to sc log event feature is enabled
|
279 |
| - ScToScLogEventEnableEpoch = 1258 |
| 279 | + ScToScLogEventEnableEpoch = 1265 |
280 | 280 |
|
281 | 281 | # NFTStopCreateEnableEpoch represents the epoch when NFT stop create feature is enabled
|
282 |
| - NFTStopCreateEnableEpoch = 1258 |
| 282 | + NFTStopCreateEnableEpoch = 1265 |
283 | 283 |
|
284 | 284 | # ChangeOwnerAddressCrossShardThroughSCEnableEpoch represents the epoch when the change owner address built in function will work also through a smart contract call cross shard
|
285 |
| - ChangeOwnerAddressCrossShardThroughSCEnableEpoch = 1258 |
| 285 | + ChangeOwnerAddressCrossShardThroughSCEnableEpoch = 1265 |
286 | 286 |
|
287 | 287 | # FixGasRemainingForSaveKeyValueBuiltinFunctionEnableEpoch represents the epoch when the fix for the remaining gas in the SaveKeyValue builtin function is enabled
|
288 |
| - FixGasRemainingForSaveKeyValueBuiltinFunctionEnableEpoch = 1258 |
| 288 | + FixGasRemainingForSaveKeyValueBuiltinFunctionEnableEpoch = 1265 |
289 | 289 |
|
290 | 290 | # BLSMultiSignerEnableEpoch represents the activation epoch for different types of BLS multi-signers
|
291 | 291 | BLSMultiSignerEnableEpoch = [
|
|
0 commit comments