Describe the feature
Describe the feature
Replace use of eyre::Result with returning a Result with OpProofsStorageError as error. We wan't to limit usage of eyre::Result to cli crates.
|
/// Store trie updates for a given block. |
|
pub async fn store_block_updates( |
|
&self, |
|
block: BlockWithParent, |
|
sorted_trie_updates: TrieUpdatesSorted, |
|
sorted_post_state: HashedPostStateSorted, |
|
) -> eyre::Result<()> { |
Additional context
No response
Additional context
No response
Describe the feature
Describe the feature
Replace use of
eyre::Resultwith returning aResultwithOpProofsStorageErroras error. We wan't to limit usage ofeyre::Resultto cli crates.op-reth/crates/optimism/trie/src/live.rs
Lines 137 to 143 in c066726
Additional context
No response
Additional context
No response