filecoin-project / specs-actors

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

SnapDeals SectorKey #1530

Closed ZenGround0 closed 2 years ago

ZenGround0 commented 2 years ago

Description

The complete implementation of snap deals involves adding a "sector key" to the sector info on chain. This new field is responsible for tracking the commR of the original sealed replica of the sector. Maintaining this onchain will unlock the future capability for multiple snap deals updates using the same committed capacity space. This is important for maintaining an upgrade path for future snap deals updates that is uniform across all sectors and therefore simple to design and code.

Done criteria

Non-criteria

Ongoing work

Not yet started

arajasek commented 2 years ago

Closed in #1529