stacks-core
stacks-core copied to clipboard
[Networking] Use `NeighborRPC` for epoch2x block downloader
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.