Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion binaryVersion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
tags/v1.11.2-patch-devnet
tags/v1.11.5
1 change: 1 addition & 0 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 7 additions & 0 deletions enableEpochs.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = 5732

# 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" },
Expand Down
Loading