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
{{ message }}
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
The import queue is for importing a block that comes over the network. This works relative good in Substrate, however with #445 we need to share this import queue. In the pr this is done by implementing a poor man `SharedImportQueue.
A much better solution would be to:
Improve the ImportQueue trait. Instead of having this poll function, every import request should return a Future that resolves to the results.