From abb64508da8b9943318088c87272f60fe1b7cc2c Mon Sep 17 00:00:00 2001 From: Geoff Stuart Date: Tue, 1 Nov 2022 12:32:18 +0000 Subject: [PATCH 1/2] set new upgrade heights for calibnet --- build/params_calibnet.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build/params_calibnet.go b/build/params_calibnet.go index ef421ab65..944513aac 100644 --- a/build/params_calibnet.go +++ b/build/params_calibnet.go @@ -61,16 +61,16 @@ const UpgradeTurboHeight = 390 const UpgradeHyperdriveHeight = 420 -const UpgradeChocolateHeight = 312746 +const UpgradeChocolateHeight = 450 // 2022-02-10T19:23:00Z -const UpgradeOhSnapHeight = 682006 +const UpgradeOhSnapHeight = 480 // 2022-06-16T17:30:00Z -const UpgradeSkyrHeight = 1044660 +const UpgradeSkyrHeight = 510 // 2022-10-20T16:00:07Z -const UpgradeSharkHeight = 1407374 +const UpgradeSharkHeight = 20670 // 20160 + 510 var SupportedProofTypes = []abi.RegisteredSealProof{ abi.RegisteredSealProof_StackedDrg32GiBV1, From ea5b60d91105a7098d04775022d937de263cdb33 Mon Sep 17 00:00:00 2001 From: Aayush Rajasekaran Date: Tue, 1 Nov 2022 16:21:58 +0000 Subject: [PATCH 2/2] tweak calibnet upgrade schedule --- build/params_calibnet.go | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/build/params_calibnet.go b/build/params_calibnet.go index 944513aac..f1aacc506 100644 --- a/build/params_calibnet.go +++ b/build/params_calibnet.go @@ -63,14 +63,11 @@ const UpgradeHyperdriveHeight = 420 const UpgradeChocolateHeight = 450 -// 2022-02-10T19:23:00Z const UpgradeOhSnapHeight = 480 -// 2022-06-16T17:30:00Z const UpgradeSkyrHeight = 510 -// 2022-10-20T16:00:07Z -const UpgradeSharkHeight = 20670 // 20160 + 510 +const UpgradeSharkHeight = 16800 // 6 days after genesis var SupportedProofTypes = []abi.RegisteredSealProof{ abi.RegisteredSealProof_StackedDrg32GiBV1,