Skip to content

Commit 212b120

Browse files
authored
Merge pull request #152 from multiversx/release-D1.11.5.0
Release D1.11.5.0
2 parents dd888f9 + 1675fa9 commit 212b120

3 files changed

Lines changed: 9 additions & 1 deletion

File tree

binaryVersion

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
tags/v1.11.2-patch-devnet
1+
tags/v1.11.5

config.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -966,6 +966,7 @@ EpochChangeGracePeriodByEpoch = [
966966
NumCrossShardPeers = 2
967967
NumTotalPeers = 3 # NumCrossShardPeers + num intra shard
968968
NumFullHistoryPeers = 3
969+
RequestProofByNonceDelayMs = 100 # delay proof requests by nonce to allow the header to be received first
969970

970971
[HeartbeatV2]
971972
PeerAuthenticationTimeBetweenSendsInSec = 7200 # 2h

enableEpochs.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -372,6 +372,13 @@
372372
# RelayedTransactionsV1V2DisableEpoch represents the epoch when relayed transactions v1 and v2 are disabled
373373
RelayedTransactionsV1V2DisableEpoch = 4569
374374

375+
# FullShardDataValidationEnableEpoch represents the epoch when NumPendingMiniBlocks and LastIncludedMetaNonce
376+
# in meta ShardData are enforced during verification; before it, these two fields are skipped.
377+
FullShardDataValidationEnableEpoch = 5732
378+
379+
# ConsumedGasInEconomicsFixEnableEpoch represents the epoch when consumed gas in accumulated economics is fixed
380+
ConsumedGasInEconomicsFixEnableEpoch = 5732
381+
375382
# BLSMultiSignerEnableEpoch represents the activation epoch for different types of BLS multi-signers
376383
BLSMultiSignerEnableEpoch = [
377384
{ EnableEpoch = 0, Type = "no-KOSK" },

0 commit comments

Comments
 (0)