filecoin-project / FIPs

The Filecoin Improvement Proposal repository
313 stars 165 forks source link

Add ReplicaInfo to fip-0090 #1000

Closed ZenGround0 closed 5 months ago

ZenGround0 commented 6 months ago

Proposed SealerActor FIP #993 is needed to fully unlock SaaS functionality after landing FIP 0090.

To avoid an annoying method deprecation we're predicting the needs of the SealerActor in the NI porep params. This PR adds fields for specifying sealer actor id and sealer actor specified sector number to the NI porep method. The protocol should enforce that these values are constrained until the sealer actor fip arrives.

jennijuju commented 5 months ago

PR 1000!