mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat: implement HistoricalStateProviderRef::proof (#9327)
This commit is contained in:
@ -96,9 +96,6 @@ pub enum ProviderError {
|
||||
/// Thrown when we were unable to find a state for a block hash.
|
||||
#[error("no state found for block {0}")]
|
||||
StateForHashNotFound(B256),
|
||||
/// Unable to compute state root on top of historical block.
|
||||
#[error("unable to compute state root on top of historical block")]
|
||||
StateRootNotAvailableForHistoricalBlock,
|
||||
/// Unable to find the block number for a given transaction index.
|
||||
#[error("unable to find the block number for a given transaction index")]
|
||||
BlockNumberForTransactionIndexNotFound,
|
||||
|
||||
Reference in New Issue
Block a user