filecoin-project / specs-actors

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

Replace sector extensiblility by lifetime setting #1384

Closed steven004 closed 3 years ago

steven004 commented 3 years ago

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.

steven004 commented 3 years ago

This is a candidate for https://github.com/filecoin-project/lotus/issues/5786

ZenGround0 commented 3 years ago

@steven004 since polling is showing strong support for this I am expecting FIP-0014 will pass. Would you mind rebasing in preparation for merge?

steven004 commented 3 years ago

@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.