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
ProveReplicaUpdates both activates deals and then (afterwards!) invokes VerifyDealsForActivation in order to retrieve the (computed) sector data commitments. This involves two call overheads, and loading the deals from state twice.
Combine these into one call by returning all necessary information from ActivateDeals.
The text was updated successfully, but these errors were encountered:
We probably want a flag for ActivateDeals specifying whether to compute CommD, because it's needed only for replica update, not prove-commit (where CommD is already known).
ProveReplicaUpdates both activates deals and then (afterwards!) invokes VerifyDealsForActivation in order to retrieve the (computed) sector data commitments. This involves two call overheads, and loading the deals from state twice.
Combine these into one call by returning all necessary information from ActivateDeals.
The text was updated successfully, but these errors were encountered: