v1.26.3 #5

Merged
jonathanface merged 201 commits from v1.26.3 into master 2024-05-02 18:22:09 +00:00
5 changed files with 6 additions and 6 deletions
Showing only changes of commit 001513f78b - Show all commits

View File

@ -69,7 +69,7 @@ var UpgradeWatermelonHeight = abi.ChainEpoch(-24)
var UpgradeDragonHeight = abi.ChainEpoch(20)
var UpgradeMangoHeight = UpgradeDragonHeight + 10
var UpgradeMangoHeight = UpgradeDragonHeight + 100
// This fix upgrade only ran on calibrationnet
const UpgradeWatermelonFixHeight = -100

View File

@ -59,7 +59,7 @@ const UpgradeWatermelonHeight = -24
const UpgradeDragonHeight = 5760
const UpgradeMangoHeight = UpgradePineappleHeight + 10
const UpgradeMangoHeight = UpgradeDragonHeight + 100
// This fix upgrade only ran on calibrationnet
const UpgradeWatermelonFixHeight = -100

View File

@ -92,7 +92,7 @@ const UpgradeWatermelonFix2Height = 1108174
// 2024-02-27T14:00:00Z
const UpgradeDragonHeight = 1390534
const UpgradeMangoHeight = UpgradePineappleHeight + 10
const UpgradeMangoHeight = UpgradeDragonHeight + 100
var SupportedProofTypes = []abi.RegisteredSealProof{
abi.RegisteredSealProof_StackedDrg32GiBV1,

View File

@ -57,7 +57,7 @@ var UpgradeWatermelonHeight = abi.ChainEpoch(-24)
const UpgradeDragonHeight = 50
const UpgradeMangoHeight = UpgradePineappleHeight + 10
const UpgradeMangoHeight = UpgradeDragonHeight + 100
// This fix upgrade only ran on calibrationnet
const UpgradeWatermelonFixHeight = -1

View File

@ -102,9 +102,9 @@ const UpgradeWatermelonHeight = 3469380
// ??????
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
const UpgradeWatermelonFixHeight = -1