Merge pull request #5325 from filecoin-project/asr/calibnet-upgrade

Calibnet: Set Orange epoch
This commit is contained in:
Aayush Rajasekaran 2021-01-12 14:14:15 -05:00 committed by GitHub
commit fc59294154
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,7 +41,8 @@ const UpgradePersianHeight = UpgradeCalicoHeight + (builtin2.EpochsInHour * 60)
// 2020-12-17T19:00:00Z
const UpgradeClausHeight = 161386
const UpgradeOrangeHeight = 9999999
// 2021-01-17T19:00:00Z
const UpgradeOrangeHeight = 250666
func init() {
policy.SetConsensusMinerMinPower(abi.NewStoragePower(10 << 30))