From ab009da3bcf7b77510e3f3ea72dcf0222faaa474 Mon Sep 17 00:00:00 2001 From: Sorin Stanculeanu Date: Tue, 16 Sep 2025 10:42:45 +0300 Subject: [PATCH 1/3] Release D1.10.7.0 --- binaryVersion | 2 +- enableEpochs.toml | 3 +++ proxyVersion | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/binaryVersion b/binaryVersion index 0036e8d..5d97d4b 100644 --- a/binaryVersion +++ b/binaryVersion @@ -1 +1 @@ -tags/v1.10.6 +rc/teegarden diff --git a/enableEpochs.toml b/enableEpochs.toml index 524ee31..a18e356 100644 --- a/enableEpochs.toml +++ b/enableEpochs.toml @@ -369,6 +369,9 @@ # FixGetBalanceEnableEpoch represents the epoch when get balance opcode fix will be enabled FixGetBalanceEnableEpoch = 4011 + # RelayedTransactionsV1V2DisableEpoch represents the epoch when relayed transactions v1 and v2 are disabled + RelayedTransactionsV1V2DisableEpoch = 9999999 + # BLSMultiSignerEnableEpoch represents the activation epoch for different types of BLS multi-signers BLSMultiSignerEnableEpoch = [ { EnableEpoch = 0, Type = "no-KOSK" }, diff --git a/proxyVersion b/proxyVersion index 3c5a55d..d595be3 100644 --- a/proxyVersion +++ b/proxyVersion @@ -1 +1 @@ -tags/v1.3.1 +tags/v1.3.2 From 9b2d930c2ba9d1201c9cd8cb75db10d5ee97c4db Mon Sep 17 00:00:00 2001 From: Sorin Stanculeanu Date: Wed, 8 Oct 2025 11:26:06 +0300 Subject: [PATCH 2/3] updated config --- binaryVersion | 2 +- config.toml | 18 ++++++++++++++++++ proxyVersion | 2 +- 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/binaryVersion b/binaryVersion index 5d97d4b..77e5022 100644 --- a/binaryVersion +++ b/binaryVersion @@ -1 +1 @@ -rc/teegarden +feat/state-changes diff --git a/config.toml b/config.toml index ad76945..b6edc79 100644 --- a/config.toml +++ b/config.toml @@ -355,6 +355,19 @@ EpochChangeGracePeriodByEpoch = [ ShardIDProviderType = "BinarySplit" NumShards = 4 +[StateAccessesStorage] + [StateAccessesStorage.Cache] + Name = "StateAccessesStorage" + Capacity = 5000 + Type = "SizeLRU" + SizeInBytes = 10485760 #10MB + [StateAccessesStorage.DB] + FilePath = "StateAccesses" + Type = "LvlDBSerial" + BatchDelaySeconds = 2 + MaxBatchSize = 100 + MaxOpenFiles = 10 + [PeerAccountsTrieStorage] [PeerAccountsTrieStorage.Cache] Name = "PeerAccountsTrieStorage" @@ -696,6 +709,11 @@ EpochChangeGracePeriodByEpoch = [ Enabled = true MaxSizeInBytes = 10485760 #10MB +[StateAccessesCollectorConfig] + TypesToCollect = [] # These can be "READ","WRITE". + SaveToStorage = false + WithAccountChanges = false + [BlockSizeThrottleConfig] MinSizeInBytes = 104857 # 104857 is 10% from 1MB MaxSizeInBytes = 943718 # 943718 is 90% from 1MB diff --git a/proxyVersion b/proxyVersion index d595be3..a7beb05 100644 --- a/proxyVersion +++ b/proxyVersion @@ -1 +1 @@ -tags/v1.3.2 +rc/barnard-patch-3 From 3149fb3f8d2bbd9d7c540ee3d18dab303f237135 Mon Sep 17 00:00:00 2001 From: Sorin Stanculeanu Date: Fri, 10 Oct 2025 11:58:29 +0300 Subject: [PATCH 3/3] updated binary version --- binaryVersion | 2 +- enableEpochs.toml | 2 +- proxyVersion | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/binaryVersion b/binaryVersion index 77e5022..603c40f 100644 --- a/binaryVersion +++ b/binaryVersion @@ -1 +1 @@ -feat/state-changes +tags/v1.10.7 diff --git a/enableEpochs.toml b/enableEpochs.toml index a18e356..7258b4f 100644 --- a/enableEpochs.toml +++ b/enableEpochs.toml @@ -370,7 +370,7 @@ FixGetBalanceEnableEpoch = 4011 # RelayedTransactionsV1V2DisableEpoch represents the epoch when relayed transactions v1 and v2 are disabled - RelayedTransactionsV1V2DisableEpoch = 9999999 + RelayedTransactionsV1V2DisableEpoch = 4569 # BLSMultiSignerEnableEpoch represents the activation epoch for different types of BLS multi-signers BLSMultiSignerEnableEpoch = [ diff --git a/proxyVersion b/proxyVersion index a7beb05..02b3803 100644 --- a/proxyVersion +++ b/proxyVersion @@ -1 +1 @@ -rc/barnard-patch-3 +tags/v1.3.3