iExecBlockchainComputing/iexec-core

Adapat blockchain waiting mechanisms to wait for a number of block, not a fixed time.

Closed this issue · 1 comments

Ugo commented

For example for now, if there is some desynchronization between the worker and the core (the worker updates a status in a block that the core doesn't have yet), the core will wait n seconds. It is not so relevant since time between blocks differs between chains. It makes more sense to wait for a fixed number of block.

Ugo commented

No more waiting mechanism based on fixed time in the core now after the PR #206