From a4e81919b56d81cff2661b453729cb9edc2bc44f Mon Sep 17 00:00:00 2001 From: Sorin Stanculeanu Date: Fri, 24 Apr 2026 15:15:52 +0300 Subject: [PATCH 1/2] Release D1.11.5.0 --- binaryVersion | 2 +- config.toml | 1 + enableEpochs.toml | 7 +++++++ 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/binaryVersion b/binaryVersion index 52378fa..554197a 100644 --- a/binaryVersion +++ b/binaryVersion @@ -1 +1 @@ -tags/v1.11.2-patch-devnet +tags/v1.11.5 diff --git a/config.toml b/config.toml index b6edc79..288fe1f 100644 --- a/config.toml +++ b/config.toml @@ -966,6 +966,7 @@ EpochChangeGracePeriodByEpoch = [ NumCrossShardPeers = 2 NumTotalPeers = 3 # NumCrossShardPeers + num intra shard NumFullHistoryPeers = 3 + RequestProofByNonceDelayMs = 100 # delay proof requests by nonce to allow the header to be received first [HeartbeatV2] PeerAuthenticationTimeBetweenSendsInSec = 7200 # 2h diff --git a/enableEpochs.toml b/enableEpochs.toml index 7258b4f..a547d9d 100644 --- a/enableEpochs.toml +++ b/enableEpochs.toml @@ -372,6 +372,13 @@ # RelayedTransactionsV1V2DisableEpoch represents the epoch when relayed transactions v1 and v2 are disabled RelayedTransactionsV1V2DisableEpoch = 4569 + # FullShardDataValidationEnableEpoch represents the epoch when NumPendingMiniBlocks and LastIncludedMetaNonce + # in meta ShardData are enforced during verification; before it, these two fields are skipped. + FullShardDataValidationEnableEpoch = 5725 + + # ConsumedGasInEconomicsFixEnableEpoch represents the epoch when consumed gas in accumulated economics is fixed + ConsumedGasInEconomicsFixEnableEpoch = 5732 + # BLSMultiSignerEnableEpoch represents the activation epoch for different types of BLS multi-signers BLSMultiSignerEnableEpoch = [ { EnableEpoch = 0, Type = "no-KOSK" }, From 1675fa9f3b11a1e649c26b34c428c6dbd44e9be1 Mon Sep 17 00:00:00 2001 From: Sorin Stanculeanu Date: Fri, 24 Apr 2026 15:19:03 +0300 Subject: [PATCH 2/2] updated FullShardDataValidationEnableEpoch --- enableEpochs.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/enableEpochs.toml b/enableEpochs.toml index a547d9d..098a238 100644 --- a/enableEpochs.toml +++ b/enableEpochs.toml @@ -374,7 +374,7 @@ # FullShardDataValidationEnableEpoch represents the epoch when NumPendingMiniBlocks and LastIncludedMetaNonce # in meta ShardData are enforced during verification; before it, these two fields are skipped. - FullShardDataValidationEnableEpoch = 5725 + FullShardDataValidationEnableEpoch = 5732 # ConsumedGasInEconomicsFixEnableEpoch represents the epoch when consumed gas in accumulated economics is fixed ConsumedGasInEconomicsFixEnableEpoch = 5732