Crate reth_downloaders

source ·
Expand description

Implements the downloader algorithms.

§Feature Flags

  • test-utils: Export utilities for testing

Re-exports§

Modules§

  • The collection of algorithms for downloading block bodies.
  • Module managing file-based data retrieval and buffering.
  • Module with a codec for reading and encoding block bodies in files.
  • The collection of algorithms for downloading block headers.
  • Common downloader metrics.
  • Module managing file-based data retrieval and buffering of receipts.
  • test_utilstest-utils
    Test helper impls.