filecoin-project / specs-actors

DEPRECATED Specification of builtin actors, in the form of executable code.
Other
86 stars 102 forks source link

Set ConsensusMinerMinPower to 10 TiB for all PoStProofPolicies #1430

Closed arajasek closed 3 years ago

arajasek commented 3 years ago

Lotus has been unintentionally overwriting this value to 10 TiB for all proof types since mainnet. We might as well reflect this behaviour in the actors code.

codecov-commenter commented 3 years ago

Codecov Report

Merging #1430 (249f914) into release/v4 (51c715d) will decrease coverage by 0.0%. The diff coverage is n/a.

@@             Coverage Diff              @@
##           release/v4   #1430     +/-   ##
============================================
- Coverage        65.1%   65.0%   -0.1%     
============================================
  Files              81      81             
  Lines            8246    8246             
============================================
- Hits             5370    5368      -2     
- Misses           1984    1985      +1     
- Partials          892     893      +1