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

Calibnet V3 epoch
This commit is contained in:
Aayush Rajasekaran 2021-01-27 19:25:08 -05:00 committed by GitHub
commit b76fae37e0
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
const UpgradeOrangeHeight = 250666
// 2021-01-27T07:00:00Z
const UpgradeActorsV3Height = 278026
// 2021-01-28T03:00:00Z
const UpgradeActorsV3Height = 280426
func init() {
policy.SetConsensusMinerMinPower(abi.NewStoragePower(10 << 30))