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.11.2-patch-devnet
1+ tags/v1.11.5
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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" },
You can’t perform that action at this time.
0 commit comments