Right now task-giver only waits up to a certain block number for a finalized solution. There is the very real case that due to the verification game being played, the amount of time needed to wait for a final solution is longer.
The solution would be to have a recursive function that recurs at the designated block number.
Right now task-giver only waits up to a certain block number for a finalized solution. There is the very real case that due to the verification game being played, the amount of time needed to wait for a final solution is longer.
The solution would be to have a recursive function that recurs at the designated block number.