Set nv10 upgrade epochs

This commit is contained in:
Aayush Rajasekaran 2021-02-19 17:42:16 -05:00
parent c9ed293657
commit b60a63ebd9
2 changed files with 7 additions and 10 deletions

View File

@ -32,17 +32,14 @@ const UpgradeLiftoffHeight = -5
const UpgradeKumquatHeight = 90 const UpgradeKumquatHeight = 90
const UpgradeCalicoHeight = 92000 const UpgradeCalicoHeight = 100
const UpgradePersianHeight = UpgradeCalicoHeight + (builtin2.EpochsInHour * 60) const UpgradePersianHeight = UpgradeCalicoHeight + (builtin2.EpochsInHour * 1)
// 2020-12-17T19:00:00Z const UpgradeClausHeight = 250
const UpgradeClausHeight = 161386
// 2021-01-17T19:00:00Z const UpgradeOrangeHeight = 300
const UpgradeOrangeHeight = 250666
// 2021-01-28T21:00:00Z const UpgradeActorsV3Height = 600
const UpgradeActorsV3Height = 282586
func init() { func init() {
policy.SetConsensusMinerMinPower(abi.NewStoragePower(10 << 30)) policy.SetConsensusMinerMinPower(abi.NewStoragePower(10 << 30))

View File

@ -52,8 +52,8 @@ const UpgradeOrangeHeight = 336458
// 2020-12-22T02:00:00Z // 2020-12-22T02:00:00Z
const UpgradeClausHeight = 343200 const UpgradeClausHeight = 343200
// TODO // 2021-03-04T00:00:30Z
const UpgradeActorsV3Height = 999999999 const UpgradeActorsV3Height = 550321
func init() { func init() {
policy.SetConsensusMinerMinPower(abi.NewStoragePower(10 << 40)) policy.SetConsensusMinerMinPower(abi.NewStoragePower(10 << 40))