Update Mango codename to Phoneix

Make the codename for the Drand-change inline with Dragon style.
This commit is contained in:
Phi 2024-02-13 11:20:07 +01:00
parent 9112e85c7b
commit cea5ae65af
6 changed files with 20 additions and 20 deletions

View File

@ -69,7 +69,7 @@ var UpgradeWatermelonHeight = abi.ChainEpoch(-24)
var UpgradeDragonHeight = abi.ChainEpoch(20) var UpgradeDragonHeight = abi.ChainEpoch(20)
var UpgradeMangoHeight = UpgradeDragonHeight + 100 var UpgradePhoenixHeight = UpgradeDragonHeight + 100
// This fix upgrade only ran on calibrationnet // This fix upgrade only ran on calibrationnet
const UpgradeWatermelonFixHeight = -100 const UpgradeWatermelonFixHeight = -100
@ -79,7 +79,7 @@ const UpgradeWatermelonFix2Height = -101
var DrandSchedule = map[abi.ChainEpoch]DrandEnum{ var DrandSchedule = map[abi.ChainEpoch]DrandEnum{
0: DrandMainnet, 0: DrandMainnet,
UpgradeMangoHeight: DrandQuicknet, UpgradePhoenixHeight: DrandQuicknet,
} }
var SupportedProofTypes = []abi.RegisteredSealProof{ var SupportedProofTypes = []abi.RegisteredSealProof{

View File

@ -17,7 +17,7 @@ import (
var DrandSchedule = map[abi.ChainEpoch]DrandEnum{ var DrandSchedule = map[abi.ChainEpoch]DrandEnum{
0: DrandMainnet, 0: DrandMainnet,
UpgradeMangoHeight: DrandQuicknet, UpgradePhoenixHeight: DrandQuicknet,
} }
const GenesisNetworkVersion = network.Version21 const GenesisNetworkVersion = network.Version21
@ -59,7 +59,7 @@ const UpgradeWatermelonHeight = -24
const UpgradeDragonHeight = 5760 const UpgradeDragonHeight = 5760
const UpgradeMangoHeight = UpgradeDragonHeight + 100 const UpgradePhoenixHeight = UpgradeDragonHeight + 100
// This fix upgrade only ran on calibrationnet // This fix upgrade only ran on calibrationnet
const UpgradeWatermelonFixHeight = -100 const UpgradeWatermelonFixHeight = -100

View File

@ -20,7 +20,7 @@ import (
var DrandSchedule = map[abi.ChainEpoch]DrandEnum{ var DrandSchedule = map[abi.ChainEpoch]DrandEnum{
0: DrandMainnet, 0: DrandMainnet,
UpgradeMangoHeight: DrandQuicknet, UpgradePhoenixHeight: DrandQuicknet,
} }
const GenesisNetworkVersion = network.Version0 const GenesisNetworkVersion = network.Version0
@ -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 = UpgradeDragonHeight + 100 const UpgradePhoenixHeight = UpgradeDragonHeight + 100
var SupportedProofTypes = []abi.RegisteredSealProof{ var SupportedProofTypes = []abi.RegisteredSealProof{
abi.RegisteredSealProof_StackedDrg32GiBV1, abi.RegisteredSealProof_StackedDrg32GiBV1,

View File

@ -57,7 +57,7 @@ var UpgradeWatermelonHeight = abi.ChainEpoch(-24)
const UpgradeDragonHeight = 50 const UpgradeDragonHeight = 50
const UpgradeMangoHeight = UpgradeDragonHeight + 100 const UpgradePhoenixHeight = UpgradeDragonHeight + 100
// This fix upgrade only ran on calibrationnet // This fix upgrade only ran on calibrationnet
const UpgradeWatermelonFixHeight = -1 const UpgradeWatermelonFixHeight = -1
@ -67,7 +67,7 @@ const UpgradeWatermelonFix2Height = -2
var DrandSchedule = map[abi.ChainEpoch]DrandEnum{ var DrandSchedule = map[abi.ChainEpoch]DrandEnum{
0: DrandMainnet, 0: DrandMainnet,
UpgradeMangoHeight: DrandQuicknet, UpgradePhoenixHeight: DrandQuicknet,
} }
var SupportedProofTypes = []abi.RegisteredSealProof{ var SupportedProofTypes = []abi.RegisteredSealProof{

View File

@ -18,7 +18,7 @@ import (
var DrandSchedule = map[abi.ChainEpoch]DrandEnum{ var DrandSchedule = map[abi.ChainEpoch]DrandEnum{
0: DrandIncentinet, 0: DrandIncentinet,
UpgradeSmokeHeight: DrandMainnet, UpgradeSmokeHeight: DrandMainnet,
UpgradeMangoHeight: DrandQuicknet, UpgradePhoenixHeight: DrandQuicknet,
} }
var NetworkBundle = "mainnet" var NetworkBundle = "mainnet"
@ -104,7 +104,7 @@ var UpgradeDragonHeight = abi.ChainEpoch(999999999999999)
// This epoch, 100 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 + 100 var UpgradePhoenixHeight = UpgradeDragonHeight + 100
// This fix upgrade only ran on calibrationnet // This fix upgrade only ran on calibrationnet
const UpgradeWatermelonFixHeight = -1 const UpgradeWatermelonFixHeight = -1
@ -129,7 +129,7 @@ func init() {
if os.Getenv("LOTUS_DISABLE_DRAGON") == "1" { if os.Getenv("LOTUS_DISABLE_DRAGON") == "1" {
UpgradeDragonHeight = math.MaxInt64 - 1 UpgradeDragonHeight = math.MaxInt64 - 1
UpgradeMangoHeight = math.MaxInt64 UpgradePhoenixHeight = math.MaxInt64
} }
// NOTE: DO NOT change this unless you REALLY know what you're doing. This is not consensus critical, however, // NOTE: DO NOT change this unless you REALLY know what you're doing. This is not consensus critical, however,

View File

@ -113,11 +113,11 @@ var (
UpgradeWatermelonFixHeight abi.ChainEpoch = -24 UpgradeWatermelonFixHeight abi.ChainEpoch = -24
UpgradeWatermelonFix2Height abi.ChainEpoch = -25 UpgradeWatermelonFix2Height abi.ChainEpoch = -25
UpgradeDragonHeight abi.ChainEpoch = -26 UpgradeDragonHeight abi.ChainEpoch = -26
UpgradeMangoHeight abi.ChainEpoch = -27 UpgradePhoenixHeight abi.ChainEpoch = -27
DrandSchedule = map[abi.ChainEpoch]DrandEnum{ DrandSchedule = map[abi.ChainEpoch]DrandEnum{
0: DrandMainnet, 0: DrandMainnet,
UpgradeMangoHeight: DrandQuicknet, UpgradePhoenixHeight: DrandQuicknet,
} }
GenesisNetworkVersion = network.Version0 GenesisNetworkVersion = network.Version0