You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will be incompatible with other components once we make the Header type generic, for example when we make downloaders generic over the header type.
It would be nice if we didn't use the default SealedHeader type here, or created an error type that could be converted from a StageError<H: BlockHeader> type
The text was updated successfully, but these errors were encountered:
We currently have the following
SealedHeader
types inStageError
:reth/crates/stages/api/src/error.rs
Lines 33 to 122 in 552c623
This will be incompatible with other components once we make the
Header
type generic, for example when we make downloaders generic over the header type.It would be nice if we didn't use the default
SealedHeader
type here, or created an error type that could be converted from aStageError<H: BlockHeader>
typeThe text was updated successfully, but these errors were encountered: