From dc94d520843361a1305e41c8cf9d11c76e3bc544 Mon Sep 17 00:00:00 2001 From: Aayush Rajasekaran Date: Wed, 17 Mar 2021 00:24:17 -0400 Subject: [PATCH] Tweak upgrade heights --- build/params_nerpanet.go | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/build/params_nerpanet.go b/build/params_nerpanet.go index 5af568615..2bc733baf 100644 --- a/build/params_nerpanet.go +++ b/build/params_nerpanet.go @@ -24,21 +24,21 @@ const UpgradeSmokeHeight = -1 const UpgradeIgnitionHeight = -2 const UpgradeRefuelHeight = -3 -const UpgradeTapeHeight = -4 - const UpgradeLiftoffHeight = -5 -const UpgradeActorsV2Height = 120 // critical: the network can bootstrap from v1 only -const UpgradeKumquatHeight = -6 +const UpgradeActorsV2Height = 30 // critical: the network can bootstrap from v1 only +const UpgradeTapeHeight = 60 -const UpgradeCalicoHeight = -7 -const UpgradePersianHeight = -7 +const UpgradeKumquatHeight = 90 -const UpgradeOrangeHeight = -8 +const UpgradeCalicoHeight = 100 +const UpgradePersianHeight = UpgradeCalicoHeight + (builtin2.EpochsInHour * 1) -const UpgradeClausHeight = -9 +const UpgradeClausHeight = 250 -const UpgradeActorsV3Height = 240 // critical: the network can boottrap from v1 only +const UpgradeOrangeHeight = 300 + +const UpgradeActorsV3Height = 600 func init() { // Minimum block production power is set to 4 TiB