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 a provider, I would like reconnection service to be able to scan the blockchain more quickly.
Currently, the blockchain scanner walks the chain sequentially, and serially. One potential enhancement would be to scan multiple blocks asynchronously.
The text was updated successfully, but these errors were encountered:
Description
As a provider, I would like reconnection service to be able to scan the blockchain more quickly.
Currently, the blockchain scanner walks the chain sequentially, and serially. One potential enhancement would be to scan multiple blocks asynchronously.
The text was updated successfully, but these errors were encountered: