Support download of multiple blocks #1901
Labels
core
Related to core protocol, may affect fundamentals
improvement
it is already working, but can be better
performance
Related to performance measurement or improvement
The current block relay only supports downloading a single block at a time. We found out later that the same block handler path also gets used when nodes are syncing. The syncing takes a long time because of the single block download.
This needs to be changed to send the multiple/full requested blocks in the response, without going through the optimization protocol path.
The text was updated successfully, but these errors were encountered: