Is it possible for a smart contract to make calls to the Oracle in loop (as long as a condition is met) in a dapp? For example: a loop which makes calls to the oracle which returns the result on a callback. Or does the backand have to make one call at a time?
Because all transactions are executed synchronously, it is not possible for oracle state to change during the loop.
You cannot sleep() in a smart contract, so your question does not make any sense in the first place.
2.1m questions
2.1m answers
60 comments
57.0k users