Merge pull request #11374 from filecoin-project/jennijuju-patch-5
chore: watermelon: upgrade epoch
This commit is contained in:
commit
5f593b3ae1
@ -79,9 +79,10 @@ const UpgradeLightningHeight = 489094
|
|||||||
// 2023-04-21T16:00:00Z
|
// 2023-04-21T16:00:00Z
|
||||||
const UpgradeThunderHeight = UpgradeLightningHeight + 3120
|
const UpgradeThunderHeight = UpgradeLightningHeight + 3120
|
||||||
|
|
||||||
// 2023-11-07T13:00:00Z
|
// 2023-10-19T13:00:00Z
|
||||||
const UpgradeWatermelonHeight = 1013134
|
const UpgradeWatermelonHeight = 1013134
|
||||||
|
|
||||||
|
// 2023-11-07T13:00:00Z
|
||||||
const UpgradeWatermelonFixHeight = 1070494
|
const UpgradeWatermelonFixHeight = 1070494
|
||||||
|
|
||||||
var SupportedProofTypes = []abi.RegisteredSealProof{
|
var SupportedProofTypes = []abi.RegisteredSealProof{
|
||||||
|
@ -95,8 +95,8 @@ const UpgradeLightningHeight = 2809800
|
|||||||
// 2023-05-18T13:00:00Z
|
// 2023-05-18T13:00:00Z
|
||||||
const UpgradeThunderHeight = UpgradeLightningHeight + 2880*21
|
const UpgradeThunderHeight = UpgradeLightningHeight + 2880*21
|
||||||
|
|
||||||
// ???????
|
// 2023-11-29T13:30:00Z
|
||||||
var UpgradeWatermelonHeight = abi.ChainEpoch(9999999999)
|
var UpgradeWatermelonHeight = abi.ChainEpoch(3431940)
|
||||||
|
|
||||||
// This fix upgrade only ran on calibrationnet
|
// This fix upgrade only ran on calibrationnet
|
||||||
const UpgradeWatermelonFixHeight = -1
|
const UpgradeWatermelonFixHeight = -1
|
||||||
|
Loading…
Reference in New Issue
Block a user