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
As the Guardian defers writing to blocks (depending on environment), there is a requirement to add sleep/timeouts into the code itself.
Previously inside of tests, we had created callback functionality that would listen for particular states to change before fetching data, but this needs to be enhanced for when blocks are filtered upon before making requests.
Using timeouts/sleep functionality is inconsistent, especially in testnet/mainnet conditions.
The text was updated successfully, but these errors were encountered:
Overview
As the Guardian defers writing to blocks (depending on environment), there is a requirement to add sleep/timeouts into the code itself.
Previously inside of tests, we had created callback functionality that would listen for particular states to change before fetching data, but this needs to be enhanced for when blocks are filtered upon before making requests.
Using timeouts/sleep functionality is inconsistent, especially in testnet/mainnet conditions.
The text was updated successfully, but these errors were encountered: