stacks-core icon indicating copy to clipboard operation
stacks-core copied to clipboard

[Networking] Use `NeighborRPC` for epoch2x block downloader

Open jcnelson opened this issue 8 months ago • 0 comments

The epoch2x block downloader should be refactored to use the modern NeighborRPC struct for issuing and tracking many block downloads concurrently. The current downloader is rather crufty and hard to debug.

jcnelson avatar Jun 24 '24 20:06 jcnelson