File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- tags/v1.10.6
1+ tags/v1.10.7
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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" },
Original file line number Diff line number Diff line change 1- tags/v1.3.1
1+ tags/v1.3.3
You can’t perform that action at this time.
0 commit comments