TrueBitFoundation / truebit-os

[DEPRECATED] Interactive client
Apache License 2.0
82 stars 26 forks source link

basic-client/task-giver recursively wait for finalized solution #16

Closed hswick closed 6 years ago

hswick commented 6 years ago

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.

hswick commented 6 years ago

wasm-client is the priority now