From 0e04c36fe29521eeb3dbabfab120d8af33eb981d Mon Sep 17 00:00:00 2001 From: ssd04 Date: Tue, 11 Feb 2025 17:50:18 +0200 Subject: [PATCH] update epoch start grace period --- process/constants.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/process/constants.go b/process/constants.go index 997e0a2a45..dfc4a99261 100644 --- a/process/constants.go +++ b/process/constants.go @@ -74,7 +74,7 @@ const BlockFinality = 1 const MetaBlockValidity = 1 // EpochChangeGracePeriod defines the allowed round numbers till the shard has to change the epoch -const EpochChangeGracePeriod = 1 +const EpochChangeGracePeriod = 2 // MaxHeaderRequestsAllowed defines the maximum number of missing cross-shard headers (gaps) which could be requested // in one round, when node processes a received block