Closed rvagg closed 1 month ago
Attention: Patch coverage is 50.00000%
with 3 lines
in your changes missing coverage. Please review.
Project coverage is 3.54%. Comparing base (
6e096a2
) to head (d1961e0
).
Files with missing lines | Patch % | Lines |
---|---|---|
builtin/v15/miner/policy.go | 50.00% | 3 Missing :warning: |
Given that this doesn't actually change the power calculus, the breaking change shouldn't be a huge issue (no need to abstract over different versions, we can just change it everywhere).
Ref: https://github.com/filecoin-project/builtin-actors/issues/1573 Ref: https://github.com/filecoin-project/builtin-actors/pull/1574
Test copied across from Rust.
This will have implications for Lotus because of the breaking API change, it'd probably be worth figuring out how much pain that is before merging this.