Crate reth_downloaders

Source
Expand description

Implements the downloader algorithms.

§Feature Flags

  • test-utils: Export utilities for testing

Re-exports§

pub use file_client::DecodedFileChunk;
pub use file_client::FileClientError;

Modules§

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