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
Given a batchid the corresponding batch needs to be deleted.
Description
What should the limitations be?
Only the owner of the batch should be able to delete the batch.
What should happen with the rest of the efx stored in the batch?
This also raises the question about what to do with the funds in the batch.
What if there are users who have completed tasks in the batch, but have not yet claimed their task reward.
Where will the funds be stored until the user has claimed the task reward?
Or maybe the requester can only pause the batch, until all users have claimed their rewards.
Steps
The implementation should be relatively easy, there should be a couple of other examples where this is already implemented. Look at this one as an example:
Feature
Given a
batchid
the corresponding batch needs to be deleted.Description
What should the limitations be?
Only the owner of the batch should be able to delete the batch.
What should happen with the rest of the efx stored in the batch?
This also raises the question about what to do with the funds in the batch.
What if there are users who have completed tasks in the batch, but have not yet claimed their task reward.
Where will the funds be stored until the user has claimed the task reward?
Or maybe the requester can only pause the batch, until all users have claimed their rewards.
Steps
The implementation should be relatively easy, there should be a couple of other examples where this is already implemented. Look at this one as an example:
effect-network/contracts/force/force.cpp
Line 52 in 8f9f51d
The text was updated successfully, but these errors were encountered: