Caller-specified proving deadline for NI-PoRep #1007
Replies: 2 comments 2 replies
-
Draft FIP: #1008 |
Beta Was this translation helpful? Give feedback.
-
Pulling out a comment from review of #1008.
The discussion OP says
I don't think we should support automatic assignment. The motivation is to remove complexity from the built-in actors. We can delete the code for it when other onboarding methods are deprecated. This complexity can live off-chain instead. SPs with more than a partition of sectors should be sophisticated enough that they do care about when their Window PoST system is expected to be online. |
Beta Was this translation helpful? Give feedback.
-
NI-porep is adding a new onboarding method. This is an opportunity to give SPs control over what window post deadline their sectors are scheduled for. We failed previously to enable support for moving between deadlines after onboarding, but specifying the deadline during onboarding will be much easier.
Let's add a parameter for that now? FIP-0090 is already accepted, so we need another one to modify it. But in either case if we want to do it, we want to ship the code for it once when NI-porep is first enabled. It will be a pain to add later.
I propose adding a single
ProvingDeadline
parameter toProveCommitSectorsNIParams
:Beta Was this translation helpful? Give feedback.
All reactions