Skip to content

Commit 54d1ddf

Browse files
- release v1.6.7.0
1 parent 790270e commit 54d1ddf

File tree

4 files changed

+17
-17
lines changed

4 files changed

+17
-17
lines changed

binaryVersion

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
tags/v1.6.6
1+
tags/v1.6.7

config.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -697,7 +697,7 @@
697697
{ StartEpoch = 0, Version = "v1.2" },
698698
{ StartEpoch = 326, Version = "v1.3" },
699699
{ StartEpoch = 432, Version = "v1.4" },
700-
{ StartEpoch = 1258, Version = "v1.5" },
700+
{ StartEpoch = 1265, Version = "v1.5" },
701701
]
702702

703703
[VirtualMachine.Querying]
@@ -708,7 +708,7 @@
708708
{ StartEpoch = 0, Version = "v1.2" },
709709
{ StartEpoch = 326, Version = "v1.3" },
710710
{ StartEpoch = 432, Version = "v1.4" },
711-
{ StartEpoch = 1258, Version = "v1.5" },
711+
{ StartEpoch = 1265, Version = "v1.5" },
712712
]
713713

714714
[VirtualMachine.GasConfig]

enableEpochs.toml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
ESDTEnableEpoch = 272
6363

6464
# GovernanceEnableEpoch represents the epoch when governance is enabled
65-
GovernanceEnableEpoch = 1258
65+
GovernanceEnableEpoch = 1265
6666

6767
# DelegationManagerEnableEpoch represents the epoch when the delegation manager is enabled
6868
# epoch should not be 0
@@ -252,40 +252,40 @@
252252
DeterministicSortOnValidatorsInfoEnableEpoch = 1126
253253

254254
# SCProcessorV2EnableEpoch represents the epoch when SC processor V2 will be used
255-
SCProcessorV2EnableEpoch = 1258
255+
SCProcessorV2EnableEpoch = 1265
256256

257257
# 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
259259

260260
# KeepExecOrderOnCreatedSCRsEnableEpoch represents the epoch when the execution order of created SCRs is ensured
261-
KeepExecOrderOnCreatedSCRsEnableEpoch = 1258
261+
KeepExecOrderOnCreatedSCRsEnableEpoch = 1265
262262

263263
# MultiClaimOnDelegationEnableEpoch represents the epoch when the multi claim on delegation is enabled
264-
MultiClaimOnDelegationEnableEpoch = 1258
264+
MultiClaimOnDelegationEnableEpoch = 1265
265265

266266
# ChangeUsernameEnableEpoch represents the epoch when changing username is enabled
267-
ChangeUsernameEnableEpoch = 1258
267+
ChangeUsernameEnableEpoch = 1000000
268268

269269
# ConsistentTokensValuesLengthCheckEnableEpoch represents the epoch when the consistent tokens values length check is enabled
270-
ConsistentTokensValuesLengthCheckEnableEpoch = 1258
270+
ConsistentTokensValuesLengthCheckEnableEpoch = 1265
271271

272272
# FixDelegationChangeOwnerOnAccountEnableEpoch represents the epoch when the fix for the delegation system smart contract is enabled
273-
FixDelegationChangeOwnerOnAccountEnableEpoch = 1258
273+
FixDelegationChangeOwnerOnAccountEnableEpoch = 1265
274274

275275
# DynamicGasCostForDataTrieStorageLoadEnableEpoch represents the epoch when dynamic gas cost for data trie storage load will be enabled
276-
DynamicGasCostForDataTrieStorageLoadEnableEpoch = 1258
276+
DynamicGasCostForDataTrieStorageLoadEnableEpoch = 1265
277277

278278
# ScToScLogEventEnableEpoch represents the epoch when the sc to sc log event feature is enabled
279-
ScToScLogEventEnableEpoch = 1258
279+
ScToScLogEventEnableEpoch = 1265
280280

281281
# NFTStopCreateEnableEpoch represents the epoch when NFT stop create feature is enabled
282-
NFTStopCreateEnableEpoch = 1258
282+
NFTStopCreateEnableEpoch = 1265
283283

284284
# 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
286286

287287
# FixGasRemainingForSaveKeyValueBuiltinFunctionEnableEpoch represents the epoch when the fix for the remaining gas in the SaveKeyValue builtin function is enabled
288-
FixGasRemainingForSaveKeyValueBuiltinFunctionEnableEpoch = 1258
288+
FixGasRemainingForSaveKeyValueBuiltinFunctionEnableEpoch = 1265
289289

290290
# BLSMultiSignerEnableEpoch represents the activation epoch for different types of BLS multi-signers
291291
BLSMultiSignerEnableEpoch = [

enableRounds.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010
[RoundActivations]
1111
[RoundActivations.DisableAsyncCallV1]
1212
Options = []
13-
Round = "18115958" # epoch 1258 should begin at round 14401 * 1258 = 18116458 (500 will be subtracted)
13+
Round = "18216765" # epoch 1265 should begin at round 14401 * 1265 = 18217265 (500 will be subtracted)

0 commit comments

Comments
 (0)