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
When there is a connection when retrieving blocks it doesn't restart. This forces the user to restart the browser window to get the synchronizer to continue downloading blocks.
The text was updated successfully, but these errors were encountered:
The synchronizer makes lots of calls to a web3 node that can potentially error, like here and here. These calls should be protected by some try/catch/retry logic to make sure that synchronization continues if there is a brief disruption to the connection.
There's also lots of repeated logic in the synchronizer around loading events from the past, this can probably be refactored at the same time.
When there is a connection when retrieving blocks it doesn't restart. This forces the user to restart the browser window to get the synchronizer to continue downloading blocks.
The text was updated successfully, but these errors were encountered: