The aggregate/accept task is an effect linked from successful execution
of a aggregate/offer task, it is executed to issue a receipt for the
success or failure of the task.
A receipt for successful execution indicates that an aggregate has been
accepted for inclusion in a Filecoin deal. In this case the receipt will
contain proofs that the piece was included in an aggregate and deal.
Otherwise the task is failed and the receipt will contain details of the
reason behind the failure, as well as multiple effects, linking to
piece/offer tasks that will retry valid pieces and complete
asynchronously.
The
aggregate/accept
task is an effect linked from successful execution of aaggregate/offer
task, it is executed to issue a receipt for the success or failure of the task.A receipt for successful execution indicates that an aggregate has been accepted for inclusion in a Filecoin deal. In this case the receipt will contain proofs that the piece was included in an aggregate and deal.
Otherwise the task is failed and the receipt will contain details of the reason behind the failure, as well as multiple effects, linking to
piece/offer
tasks that will retry valid pieces and complete asynchronously.