Closed steven004 closed 3 years ago
This is a candidate for https://github.com/filecoin-project/lotus/issues/5786
@steven004 since polling is showing strong support for this I am expecting FIP-0014 will pass. Would you mind rebasing in preparation for merge?
@ZenGround0 , to make the code cleaner and rebase on the latest master version since there are too many minor commits exist, I created a new PR #1388 to replace this one. #1388 is exactly the same as this one from code change point of view, please review and approve that one, as I am closing this. Thanks.
This PR is to change the sector extension disability to the sector maximum lifetime limitation, currently the change just reflect on the V1 proof-type sectors as per the proposal in https://github.com/filecoin-project/FIPs/blob/master/FIPS/fip-0014.md
What's more, this change also simplified the logic of the limitation of sector extension, could apply to further proof types too.