Crate reth_downloaders

Crate reth_downloaders 

Source
Expand description

Implements the downloader algorithms.

§Feature Flags

  • test-utils: Export utilities for testing
  • file-client: Enables the file-based clients for reading blocks and receipts from files.

Re-exports§

pub use file_client::DecodedFileChunk;file-client
pub use file_client::FileClientError;file-client

Modules§

bodies
The collection of algorithms for downloading block bodies.
file_clientfile-client
Module managing file-based data retrieval and buffering.
file_codecfile-client
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_clientfile-client
Module managing file-based data retrieval and buffering of receipts.
test_utilstest-utils
Test helper impls.