v1.26.3 #5

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

View File

@ -89,8 +89,8 @@ const UpgradeWatermelonFixHeight = 1070494
// 2023-11-21T13:00:00Z // 2023-11-21T13:00:00Z
const UpgradeWatermelonFix2Height = 1108174 const UpgradeWatermelonFix2Height = 1108174
// 2024-02-27T14:00:00Z // 2024-03-06T14:00:00Z
const UpgradeDragonHeight = 1390534 const UpgradeDragonHeight = 1413574
// This epoch, 120 epochs after the "rest" of the nv22 upgrade, is when we switch to Drand quicknet // This epoch, 120 epochs after the "rest" of the nv22 upgrade, is when we switch to Drand quicknet
const UpgradePhoenixHeight = UpgradeDragonHeight + 120 const UpgradePhoenixHeight = UpgradeDragonHeight + 120

View File

@ -99,11 +99,11 @@ const UpgradeThunderHeight = UpgradeLightningHeight + 2880*21
// 2023-12-12T13:30:00Z // 2023-12-12T13:30:00Z
const UpgradeWatermelonHeight = 3469380 const UpgradeWatermelonHeight = 3469380
// ?????? // 2024-04-02T14:00:00Z
var UpgradeDragonHeight = abi.ChainEpoch(999999999999999) var UpgradeDragonHeight = abi.ChainEpoch(3792000)
// This epoch, 120 epochs after the "rest" of the nv22 upgrade, is when we switch to Drand quicknet // This epoch, 120 epochs after the "rest" of the nv22 upgrade, is when we switch to Drand quicknet
// ?????? // 2024-04-02T15:00:00Z
var UpgradePhoenixHeight = UpgradeDragonHeight + 120 var UpgradePhoenixHeight = UpgradeDragonHeight + 120
// This fix upgrade only ran on calibrationnet // This fix upgrade only ran on calibrationnet