AleoNet / snarkOS

A Decentralized Operating System for ZK Applications
http://snarkos.org
Apache License 2.0
4.24k stars 2.59k forks source link

[Optimize] Increase number of blocks requested in `BlockRequest` #3228

Closed raychu86 closed 3 months ago

raychu86 commented 3 months ago

Motivation

This PR increases the block range for each BlockRequest from 1 to 5. In addition there is a tweak to how we are selecting the blocks to request, to prevent needless duplication.

This should will the number of messages being sent on the network.