Skip to content

consensus: download and process blocks in parallel

Boris Nagaev requested to merge starius:download-and-process-parallel into master

Previous implementation did only one thing at a time: download blocks | process blocks. The new one downloads up to 1000 blocks in advance in order to reduce chances of blocking on network.

Merge request reports