Module reth_downloaders::headers

source ·
Expand description

The collection of algorithms for downloading block headers.

Modules§

  • A header downloader that does nothing. Useful to build unwind-only pipelines.
  • A Linear downloader implementation. A headers downloader that can handle multiple requests concurrently.
  • A downloader implementation that spawns a downloader to a task
  • test_utilstest-utils
    Test helper impls for generating bodies