Merge pull request #5640 from filecoin-project/asr/nv10-epochs

Set nv10 upgrade epochs
This commit is contained in:
Aayush Rajasekaran 2021-02-19 17:50:55 -05:00 committed by GitHub
commit 7bb948dd8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 10 deletions

View File

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

View File

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