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
A PR passes review that adds this new field to the sector info and does the required recording of the original commR during snap deals updates.
Non-criteria
the migration needed to enable this in networks upgrading from v6 is tracked elsewhere
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
Dependencies
Ongoing work
Not yet started