From 764ce574c812b8a4c73565791582f7d4103fe5d1 Mon Sep 17 00:00:00 2001 From: Sorin Stanculeanu Date: Fri, 17 May 2024 15:17:59 +0300 Subject: [PATCH] new flag for auction-from-shuffled-out branch --- binaryVersion | 2 +- enableEpochs.toml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/binaryVersion b/binaryVersion index c230617..4fbf456 100644 --- a/binaryVersion +++ b/binaryVersion @@ -1 +1 @@ -tags/v1.7.10 +auction-from-shuffled-out diff --git a/enableEpochs.toml b/enableEpochs.toml index 4fd43a2..4e026c2 100644 --- a/enableEpochs.toml +++ b/enableEpochs.toml @@ -305,6 +305,10 @@ # AlwaysMergeContextsInEEIEnableEpoch represents the epoch in which the EEI will always merge the contexts AlwaysMergeContextsInEEIEnableEpoch = 1396 + # CleanupAuctionOnLowWaitingListEnableEpoch represents the epoch when duplicated data cleanup from auction list is enabled in the condition of a low waiting list + # Should have the same value as StakingV4Step1EnableEpoch if the low waiting list has not happened, otherwise should have a greater value + CleanupAuctionOnLowWaitingListEnableEpoch = 1398 + # BLSMultiSignerEnableEpoch represents the activation epoch for different types of BLS multi-signers BLSMultiSignerEnableEpoch = [ { EnableEpoch = 0, Type = "no-KOSK" },