You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 6, 2023. It is now read-only.
There are several sector commitment scenarios that still require testing. Most of these involve more complex interactions than are currently being tested, both between different areas of miner actor logic or across actors. Some of these are good candidates for the upcoming inter-actor scenario testing framework. These were partially gathered from an untracked TODO in TestCommitments
Concurrent attempts to upgrade the same CC sector -- one upgrade attempt should succeed.
Insufficient funds for prove commit -- gas is charged while reporting to power actor so need scenario testing
Invalid seal proofs -- checked during power actor cron tick so need scenario testing
CC sector targeted for upgrade expires naturally before the upgrade is proven
Sufficient funds to cover pre commit of new sector but insufficient funds to cover the IP of CC sector we are upgrading from results in ErrInsufficientFunds (PCD is max of old sector IP and calculated PCD)
The text was updated successfully, but these errors were encountered:
There are several sector commitment scenarios that still require testing. Most of these involve more complex interactions than are currently being tested, both between different areas of miner actor logic or across actors. Some of these are good candidates for the upcoming inter-actor scenario testing framework. These were partially gathered from an untracked TODO in
TestCommitments
The text was updated successfully, but these errors were encountered: