stacks-core
stacks-core copied to clipboard
[Network] only request missing confirmed tenure blocks
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.