Add instrumentation to recompute_head_at_slot (#8049)

Co-Authored-By: Eitan Seri- Levi <eserilev@gmail.com>
This commit is contained in:
Eitan Seri-Levi
2025-09-15 22:18:31 -07:00
committed by GitHub
parent aba3627099
commit 242bdfcf12
4 changed files with 23 additions and 1 deletions

View File

@@ -656,6 +656,7 @@ impl<E: EthSpec, Hot: ItemStore<E>, Cold: ItemStore<E>> HotColdDB<E, Hot, Cold>
}
/// Fetch a full block with execution payload from the store.
#[instrument(skip_all)]
pub fn get_full_block(
&self,
block_root: &Hash256,