-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Tracking] Storage Provider Pallet Implementation #13
Comments
Looks like something I could take. What do you think @aidan46, is it a good candidate to start with? |
We established I'll take #16 first. |
Logic on the not implemented extrinsics
|
Found while creating tests #131 |
Some information about the hook implementations: Pre-commit hookThis hook checks pre-committed sectors for all SPs and checks if the sector is expired (no proof submitted for X amount of time). If the sector is expired, it should remove that sector and burn the SPs initial deposit. PoSt checkingThe PoSt hook needs to check sectors that have been prove committed. It checks if the PoSt deadline has passed for all SPs and their partitions. If any deadlines are past due the SPs initial deposit should be burned and those sectors should be set to faulty. Once a sector is set to fault the SP can recover this sector by calling the |
Closing for now as we've finished the major issues |
As described in our guidelines in the
Storage Provider Pallet
section, the StorageMinerActor should be ported as a Substrate pallet.TODO: @aidan46 needs to define the order in which pallets should be implemented and extend the description accordingly.
The text was updated successfully, but these errors were encountered: