Skip to content

Commit

Permalink
Merge pull request #5640 from filecoin-project/asr/nv10-epochs
Browse files Browse the repository at this point in the history
Set nv10 upgrade epochs
  • Loading branch information
arajasek authored Feb 19, 2021
2 parents c9ed293 + b60a63e commit 7bb948d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
13 changes: 5 additions & 8 deletions build/params_calibnet.go
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down
4 changes: 2 additions & 2 deletions build/params_mainnet.go
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit 7bb948d

Please sign in to comment.