From 11bea9fff81618fed96c7c4a10749a13c5a7cecc Mon Sep 17 00:00:00 2001 From: Sorin Stanculeanu Date: Mon, 19 Aug 2024 16:59:08 +0300 Subject: [PATCH 1/2] Release D1.7.13.0-patch2 --- binaryVersion | 2 +- enableEpochs.toml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/binaryVersion b/binaryVersion index ae0e495..313aa4c 100644 --- a/binaryVersion +++ b/binaryVersion @@ -1 +1 @@ -tags/v1.7.13-patch1 +tags/v1.7.13-patch2 diff --git a/enableEpochs.toml b/enableEpochs.toml index e6de81b..d0d8949 100644 --- a/enableEpochs.toml +++ b/enableEpochs.toml @@ -309,6 +309,9 @@ # Should have the same value as StakingV4Step1EnableEpoch if the low waiting list has not happened, otherwise should have a greater value CleanupAuctionOnLowWaitingListEnableEpoch = 1505 + # UseGasBoundedShouldFailExecutionEnableEpoch represents the epoch when use bounded gas function should fail execution in case of error + UseGasBoundedShouldFailExecutionEnableEpoch = 2073 + # BLSMultiSignerEnableEpoch represents the activation epoch for different types of BLS multi-signers BLSMultiSignerEnableEpoch = [ { EnableEpoch = 0, Type = "no-KOSK" }, From 52fd1dbd5de2f533196f73731e222667a662fea6 Mon Sep 17 00:00:00 2001 From: Sorin Stanculeanu Date: Mon, 19 Aug 2024 17:09:49 +0300 Subject: [PATCH 2/2] new epoch --- enableEpochs.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/enableEpochs.toml b/enableEpochs.toml index d0d8949..7c6cff0 100644 --- a/enableEpochs.toml +++ b/enableEpochs.toml @@ -310,7 +310,7 @@ CleanupAuctionOnLowWaitingListEnableEpoch = 1505 # UseGasBoundedShouldFailExecutionEnableEpoch represents the epoch when use bounded gas function should fail execution in case of error - UseGasBoundedShouldFailExecutionEnableEpoch = 2073 + UseGasBoundedShouldFailExecutionEnableEpoch = 2064 # BLSMultiSignerEnableEpoch represents the activation epoch for different types of BLS multi-signers BLSMultiSignerEnableEpoch = [