Skip to content

Commit

Permalink
Merge pull request #11374 from filecoin-project/jennijuju-patch-5
Browse files Browse the repository at this point in the history
chore: watermelon: upgrade epoch
  • Loading branch information
jennijuju authored Nov 1, 2023
2 parents 72c5a9a + ad8cfe1 commit 5f593b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion build/params_calibnet.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,10 @@ const UpgradeLightningHeight = 489094
// 2023-04-21T16:00:00Z
const UpgradeThunderHeight = UpgradeLightningHeight + 3120

// 2023-11-07T13:00:00Z
// 2023-10-19T13:00:00Z
const UpgradeWatermelonHeight = 1013134

// 2023-11-07T13:00:00Z
const UpgradeWatermelonFixHeight = 1070494

var SupportedProofTypes = []abi.RegisteredSealProof{
Expand Down
4 changes: 2 additions & 2 deletions build/params_mainnet.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ const UpgradeLightningHeight = 2809800
// 2023-05-18T13:00:00Z
const UpgradeThunderHeight = UpgradeLightningHeight + 2880*21

// ???????
var UpgradeWatermelonHeight = abi.ChainEpoch(9999999999)
// 2023-11-29T13:30:00Z
var UpgradeWatermelonHeight = abi.ChainEpoch(3431940)

// This fix upgrade only ran on calibrationnet
const UpgradeWatermelonFixHeight = -1
Expand Down

0 comments on commit 5f593b3

Please sign in to comment.