rollmint
rollmint copied to clipboard
Parallelize block retrieval
Currently block are retrieved from DA layer sequentially by a single goroutine. This should be parallelized to improve sync performance during catch-up phase.