v1.26.3 #5
@ -69,7 +69,7 @@ var UpgradeWatermelonHeight = abi.ChainEpoch(-24)
|
|||||||
|
|
||||||
var UpgradeDragonHeight = abi.ChainEpoch(20)
|
var UpgradeDragonHeight = abi.ChainEpoch(20)
|
||||||
|
|
||||||
var UpgradeMangoHeight = UpgradeDragonHeight + 10
|
var UpgradeMangoHeight = UpgradeDragonHeight + 100
|
||||||
|
|
||||||
// This fix upgrade only ran on calibrationnet
|
// This fix upgrade only ran on calibrationnet
|
||||||
const UpgradeWatermelonFixHeight = -100
|
const UpgradeWatermelonFixHeight = -100
|
||||||
|
@ -59,7 +59,7 @@ const UpgradeWatermelonHeight = -24
|
|||||||
|
|
||||||
const UpgradeDragonHeight = 5760
|
const UpgradeDragonHeight = 5760
|
||||||
|
|
||||||
const UpgradeMangoHeight = UpgradePineappleHeight + 10
|
const UpgradeMangoHeight = UpgradeDragonHeight + 100
|
||||||
|
|
||||||
// This fix upgrade only ran on calibrationnet
|
// This fix upgrade only ran on calibrationnet
|
||||||
const UpgradeWatermelonFixHeight = -100
|
const UpgradeWatermelonFixHeight = -100
|
||||||
|
@ -92,7 +92,7 @@ const UpgradeWatermelonFix2Height = 1108174
|
|||||||
// 2024-02-27T14:00:00Z
|
// 2024-02-27T14:00:00Z
|
||||||
const UpgradeDragonHeight = 1390534
|
const UpgradeDragonHeight = 1390534
|
||||||
|
|
||||||
const UpgradeMangoHeight = UpgradePineappleHeight + 10
|
const UpgradeMangoHeight = UpgradeDragonHeight + 100
|
||||||
|
|
||||||
var SupportedProofTypes = []abi.RegisteredSealProof{
|
var SupportedProofTypes = []abi.RegisteredSealProof{
|
||||||
abi.RegisteredSealProof_StackedDrg32GiBV1,
|
abi.RegisteredSealProof_StackedDrg32GiBV1,
|
||||||
|
@ -57,7 +57,7 @@ var UpgradeWatermelonHeight = abi.ChainEpoch(-24)
|
|||||||
|
|
||||||
const UpgradeDragonHeight = 50
|
const UpgradeDragonHeight = 50
|
||||||
|
|
||||||
const UpgradeMangoHeight = UpgradePineappleHeight + 10
|
const UpgradeMangoHeight = UpgradeDragonHeight + 100
|
||||||
|
|
||||||
// This fix upgrade only ran on calibrationnet
|
// This fix upgrade only ran on calibrationnet
|
||||||
const UpgradeWatermelonFixHeight = -1
|
const UpgradeWatermelonFixHeight = -1
|
||||||
|
@ -102,9 +102,9 @@ const UpgradeWatermelonHeight = 3469380
|
|||||||
// ??????
|
// ??????
|
||||||
var UpgradeDragonHeight = abi.ChainEpoch(999999999999999)
|
var UpgradeDragonHeight = abi.ChainEpoch(999999999999999)
|
||||||
|
|
||||||
// This epoch, 10 epochs after the "rest" of the nv22 upgrade, is when we switch to Drand quicknet
|
// This epoch, 100 epochs after the "rest" of the nv22 upgrade, is when we switch to Drand quicknet
|
||||||
// ??????
|
// ??????
|
||||||
var UpgradeMangoHeight = UpgradeDragonHeight + 10
|
var UpgradeMangoHeight = UpgradeDragonHeight + 100
|
||||||
|
|
||||||
// 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