Skip to content

Commit d4e1977

Browse files
authored
Merge pull request #146 from multiversx/release-D1.10.7.0
Release D1.10.7.0
2 parents 770e7b0 + 3149fb3 commit d4e1977

4 files changed

Lines changed: 23 additions & 2 deletions

File tree

binaryVersion

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

config.toml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -355,6 +355,19 @@ EpochChangeGracePeriodByEpoch = [
355355
ShardIDProviderType = "BinarySplit"
356356
NumShards = 4
357357

358+
[StateAccessesStorage]
359+
[StateAccessesStorage.Cache]
360+
Name = "StateAccessesStorage"
361+
Capacity = 5000
362+
Type = "SizeLRU"
363+
SizeInBytes = 10485760 #10MB
364+
[StateAccessesStorage.DB]
365+
FilePath = "StateAccesses"
366+
Type = "LvlDBSerial"
367+
BatchDelaySeconds = 2
368+
MaxBatchSize = 100
369+
MaxOpenFiles = 10
370+
358371
[PeerAccountsTrieStorage]
359372
[PeerAccountsTrieStorage.Cache]
360373
Name = "PeerAccountsTrieStorage"
@@ -696,6 +709,11 @@ EpochChangeGracePeriodByEpoch = [
696709
Enabled = true
697710
MaxSizeInBytes = 10485760 #10MB
698711

712+
[StateAccessesCollectorConfig]
713+
TypesToCollect = [] # These can be "READ","WRITE".
714+
SaveToStorage = false
715+
WithAccountChanges = false
716+
699717
[BlockSizeThrottleConfig]
700718
MinSizeInBytes = 104857 # 104857 is 10% from 1MB
701719
MaxSizeInBytes = 943718 # 943718 is 90% from 1MB

enableEpochs.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -369,6 +369,9 @@
369369
# FixGetBalanceEnableEpoch represents the epoch when get balance opcode fix will be enabled
370370
FixGetBalanceEnableEpoch = 4011
371371

372+
# RelayedTransactionsV1V2DisableEpoch represents the epoch when relayed transactions v1 and v2 are disabled
373+
RelayedTransactionsV1V2DisableEpoch = 4569
374+
372375
# BLSMultiSignerEnableEpoch represents the activation epoch for different types of BLS multi-signers
373376
BLSMultiSignerEnableEpoch = [
374377
{ EnableEpoch = 0, Type = "no-KOSK" },

proxyVersion

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

0 commit comments

Comments
 (0)