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

Set calibration net's ActorsV3 upgrade epoch
This commit is contained in:
Aayush Rajasekaran 2021-01-25 23:25:58 -05:00 committed by GitHub
commit d5addf7173
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
// TODO
const UpgradeActorsV3Height = 99999999
// 2021-01-27T07:00:00Z
const UpgradeActorsV3Height = 278026
func init() {
policy.SetConsensusMinerMinPower(abi.NewStoragePower(10 << 30))