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
Merge pull request #82 from keep-network/balance-monitoring-retries
Balance monitoring retries
We want to use a retry mechanism for single executions of the balance check.
The retries will be performed during the period of retryTimeout, logging
a warning on each error. When the timeout is hit an error will be logged and
retries stopped. The next balance check will be triggered at the next tick.