stacks-network / stacks-core

The Stacks blockchain implementation
https://docs.stacks.co
GNU General Public License v3.0
3.01k stars 671 forks source link

[Network] only request missing confirmed tenure blocks #5269

Open jcnelson opened 1 month ago

jcnelson commented 1 month ago

Right now, the node will download every block in a confirmed tenure, even if it has all but one of the blocks. It should instead inform the remote peer as to which blocks it specifically wants, e.g. via a bitmap, and only fetch those.