Skip to content

Commit

Permalink
Merge pull request #5603 from filecoin-project/asr/nerpanet
Browse files Browse the repository at this point in the history
Set nerpanet's upgrade epochs up to v3 actors
  • Loading branch information
arajasek authored Feb 16, 2021
2 parents 95a542e + dd26b68 commit 6e14bd8
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions build/params_nerpanet.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,14 @@ const UpgradeActorsV2Height = 120 // critical: the network can bootstrap from v1

const UpgradeKumquatHeight = -6

const UpgradeCalicoHeight = 999999999
const UpgradePersianHeight = UpgradeCalicoHeight + (builtin2.EpochsInHour * 60)
const UpgradeCalicoHeight = 306000
const UpgradePersianHeight = UpgradeCalicoHeight + (builtin2.EpochsInHour * 12)

const UpgradeOrangeHeight = 9999999999
const UpgradeOrangeHeight = 307500

// 2020-12-22T02:00:00Z
const UpgradeClausHeight = 99999999999
const UpgradeClausHeight = 307600

// TODO
const UpgradeActorsV3Height = 999999999999
const UpgradeActorsV3Height = 308000

func init() {
// Minimum block production power is set to 4 TiB
Expand Down

0 comments on commit 6e14bd8

Please sign in to comment.