From 681928c48482e4436986740c74097202be2f25d1 Mon Sep 17 00:00:00 2001 From: Phi Date: Thu, 12 Dec 2024 09:20:38 +0100 Subject: [PATCH 1/2] chore: cancel upgrade height Calibnet chore: cancel upgrade height Calibnet --- build/buildconstants/params_calibnet.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/buildconstants/params_calibnet.go b/build/buildconstants/params_calibnet.go index 47d2eea8e97..74af105a15f 100644 --- a/build/buildconstants/params_calibnet.go +++ b/build/buildconstants/params_calibnet.go @@ -102,8 +102,8 @@ const UpgradeWaffleHeight = 1779094 // 2024-10-23T13:30:00Z const UpgradeTuktukHeight = 2078794 -// 2024-12-16T23:00:00Z -const UpgradeTeepHeight = 2235454 +// XXXXX - Delayed - See update in: https://github.com/filecoin-project/community/discussions/74#discussioncomment-11369195 +const UpgradeTeepHeight = 9999999999 // FIP-0081: for the power actor state for pledge calculations. // UpgradeTuktukPowerRampDurationEpochs ends up in the power actor state after From 9092822f01cd98b8847f0a0833a01703c9131d55 Mon Sep 17 00:00:00 2001 From: Phi Date: Thu, 12 Dec 2024 22:38:54 +0100 Subject: [PATCH 2/2] chore: update code comment chore: update code comment --- build/buildconstants/params_calibnet.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/buildconstants/params_calibnet.go b/build/buildconstants/params_calibnet.go index 74af105a15f..053a5c995e2 100644 --- a/build/buildconstants/params_calibnet.go +++ b/build/buildconstants/params_calibnet.go @@ -102,7 +102,7 @@ const UpgradeWaffleHeight = 1779094 // 2024-10-23T13:30:00Z const UpgradeTuktukHeight = 2078794 -// XXXXX - Delayed - See update in: https://github.com/filecoin-project/community/discussions/74#discussioncomment-11369195 +// Canceled - See update in: https://github.com/filecoin-project/community/discussions/74#discussioncomment-11549619 const UpgradeTeepHeight = 9999999999 // FIP-0081: for the power actor state for pledge calculations.