mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-30 03:01:58 -04:00
refactor: split async/sync work in stages (#4636)
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
This commit is contained in:
@@ -20,6 +20,9 @@ pub enum ProviderError {
|
||||
/// Error when recovering the sender for a transaction
|
||||
#[error("failed to recover sender for transaction")]
|
||||
SenderRecoveryError,
|
||||
/// Inconsistent header gap.
|
||||
#[error("inconsistent header gap in the database")]
|
||||
InconsistentHeaderGap,
|
||||
/// The header number was not found for the given block hash.
|
||||
#[error("block hash {0} does not exist in Headers table")]
|
||||
BlockHashNotFound(BlockHash),
|
||||
|
||||
Reference in New Issue
Block a user