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

Calibnet V3 epoch
This commit is contained in:
Aayush Rajasekaran 2021-01-28 13:02:00 -05:00 committed by GitHub
commit 7e55c44d4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,8 +44,8 @@ const UpgradeClausHeight = 161386
// 2021-01-17T19:00:00Z // 2021-01-17T19:00:00Z
const UpgradeOrangeHeight = 250666 const UpgradeOrangeHeight = 250666
// 2021-01-28T03:00:00Z // 2021-01-28T21:00:00Z
const UpgradeActorsV3Height = 280426 const UpgradeActorsV3Height = 282586
func init() { func init() {
policy.SetConsensusMinerMinPower(abi.NewStoragePower(10 << 30)) policy.SetConsensusMinerMinPower(abi.NewStoragePower(10 << 30))