From dd26b68eecc2c4db0f8a7f217ee55b9f113cd6f6 Mon Sep 17 00:00:00 2001 From: Aayush Rajasekaran Date: Tue, 16 Feb 2021 01:50:30 -0500 Subject: [PATCH] Set nerpanet's upgrade epochs up to v3 actors --- build/params_nerpanet.go | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/build/params_nerpanet.go b/build/params_nerpanet.go index 7a837e3f2..e30ba4557 100644 --- a/build/params_nerpanet.go +++ b/build/params_nerpanet.go @@ -31,16 +31,14 @@ const UpgradeActorsV2Height = 120 // critical: the network can bootstrap from v1 const UpgradeKumquatHeight = -6 -const UpgradeCalicoHeight = 999999999 -const UpgradePersianHeight = UpgradeCalicoHeight + (builtin2.EpochsInHour * 60) +const UpgradeCalicoHeight = 306000 +const UpgradePersianHeight = UpgradeCalicoHeight + (builtin2.EpochsInHour * 12) -const UpgradeOrangeHeight = 9999999999 +const UpgradeOrangeHeight = 307500 -// 2020-12-22T02:00:00Z -const UpgradeClausHeight = 99999999999 +const UpgradeClausHeight = 307600 -// TODO -const UpgradeActorsV3Height = 999999999999 +const UpgradeActorsV3Height = 308000 func init() { // Minimum block production power is set to 4 TiB