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
Currently block are retrieved from DA layer sequentially by a single goroutine.
This should be parallelized to improve sync performance during catch-up phase.
Currently block are retrieved from DA layer sequentially by a single goroutine.
This should be parallelized to improve sync performance during catch-up phase.