feat(storage): account for pruned account/storage history (#4092)

This commit is contained in:
Alexey Shekhirin
2023-08-09 19:12:48 +01:00
committed by GitHub
parent 88aea63128
commit a8a2cfa7a3
3 changed files with 183 additions and 22 deletions

View File

@ -94,4 +94,6 @@ pub enum ProviderError {
/// Block hash
block_hash: BlockHash,
},
#[error("State at block #{0} is pruned")]
StateAtBlockPruned(BlockNumber),
}