From 7b0cf5032bacbb8162fb86e42352c93af6f82153 Mon Sep 17 00:00:00 2001 From: mpoke Date: Fri, 19 Jan 2024 09:27:38 +0100 Subject: [PATCH] fix upgrade handler --- UPGRADING.md | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/UPGRADING.md b/UPGRADING.md index 374b60f107..851f31fe78 100644 --- a/UPGRADING.md +++ b/UPGRADING.md @@ -27,21 +27,7 @@ func migrateICSOutstandingDowntime(ctx sdk.Context, keepers *upgrades.UpgradeKee if err != nil { return err } - // Remove outstanding downtime flags for validators that have the - // signingInfo.JailedUntil zero (the initial value when a new signing - // info is created). - // The reasoning is that when a validator gets jailed on the consumer, - // signingInfo.JailedUntil is updated and the outstanding downtime flag - // is set. This flag is usually cleared when the consumer receives a - // VSCPacket with the validator's consensus address in the list of - // SlashAcks. Due to a bug, this mechanism was not working in versions - //