Rollback the nerpa proofs upgrade: has to be conditional on upgrades

This commit is contained in:
Peter Rabbitson 2021-03-17 12:00:45 +01:00
parent dc94d52084
commit 8c726cc4f9

View File

@ -50,9 +50,9 @@ func init() {
policy.SetConsensusMinerMinPower(abi.NewStoragePower(4 << 40))
policy.SetSupportedProofTypes(
abi.RegisteredSealProof_StackedDrg512MiBV1_1,
abi.RegisteredSealProof_StackedDrg32GiBV1_1,
abi.RegisteredSealProof_StackedDrg64GiBV1_1,
abi.RegisteredSealProof_StackedDrg512MiBV1,
abi.RegisteredSealProof_StackedDrg32GiBV1,
abi.RegisteredSealProof_StackedDrg64GiBV1,
)
// Lower the most time-consuming parts of PoRep