filecoin-project / specs-actors

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

Remove old cc sector upgrade path #1512

Closed BlocksOnAChain closed 2 years ago

ZenGround0 commented 3 years ago

This was reverted but this is mostly reapplying this: https://github.com/filecoin-project/specs-actors/pull/1473

There is also an opportunity to clean up expiry queue logic. We can now remove searches for sectors that have been moved to expire at an epoch different from their sector info specified epoch during the old cc upgrade pathway.

ZenGround0 commented 2 years ago

@arajasek completed this !