From be91d5bf3b759889fd0a9dbf42703ab84c88a358 Mon Sep 17 00:00:00 2001 From: Phi Date: Tue, 23 Jul 2024 11:16:07 +0200 Subject: [PATCH 1/3] Set Mainnet upgrade epoch for NV23 Set Mainnet upgrade epoch for NV23 --- build/buildconstants/params_mainnet.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/buildconstants/params_mainnet.go b/build/buildconstants/params_mainnet.go index 94d028e9a80..e025d2406ae 100644 --- a/build/buildconstants/params_mainnet.go +++ b/build/buildconstants/params_mainnet.go @@ -104,8 +104,8 @@ const UpgradeDragonHeight abi.ChainEpoch = 3855360 // 2024-04-11T15:00:00Z const UpgradePhoenixHeight abi.ChainEpoch = UpgradeDragonHeight + 120 -// ?????? -var UpgradeWaffleHeight abi.ChainEpoch = 9999999999 +// 2024-08-07T12:00:00Z +var UpgradeWaffleHeight abi.ChainEpoch = 4154640 // This fix upgrade only ran on calibrationnet const UpgradeWatermelonFixHeight abi.ChainEpoch = -1 From 2740ac6477a6e033c9171d7c660782479be39873 Mon Sep 17 00:00:00 2001 From: Phi Date: Tue, 23 Jul 2024 11:44:02 +0200 Subject: [PATCH 2/3] Update changelog.md Update changelog.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d1b9401f1fd..c5f7e3104ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ - https://github.com/filecoin-project/lotus/pull/12221: Fix a nil reference panic in the ETH Trace API - https://github.com/filecoin-project/lotus/pull/12112: Moved consts from build/ to build/buildconstants/ for ligher curio deps. - https://github.com/filecoin-project/lotus/pull/12237: Upgrade to go-f3 `v0.0.4`. +- https://github.com/filecoin-project/lotus/pull/12278: chore: Set Mainnet upgrade epoch for NV23. ## ☢️ Upgrade Warnings ☢️ From 89ba513e2069674c36866ff7879b61ce88e360a8 Mon Sep 17 00:00:00 2001 From: Phi-rjan Date: Tue, 23 Jul 2024 11:52:38 +0200 Subject: [PATCH 3/3] Update build/buildconstants/params_mainnet.go Co-authored-by: Peter Rabbitson --- build/buildconstants/params_mainnet.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/buildconstants/params_mainnet.go b/build/buildconstants/params_mainnet.go index e025d2406ae..07e723d9b4b 100644 --- a/build/buildconstants/params_mainnet.go +++ b/build/buildconstants/params_mainnet.go @@ -104,7 +104,7 @@ const UpgradeDragonHeight abi.ChainEpoch = 3855360 // 2024-04-11T15:00:00Z const UpgradePhoenixHeight abi.ChainEpoch = UpgradeDragonHeight + 120 -// 2024-08-07T12:00:00Z +// 2024-08-06T12:00:00Z var UpgradeWaffleHeight abi.ChainEpoch = 4154640 // This fix upgrade only ran on calibrationnet