Fix tests

This commit is contained in:
Eitan Seri-Levi
2026-06-10 16:43:07 +03:00
parent b98843f58f
commit 4d6d8d7d36
2 changed files with 2 additions and 79 deletions

View File

@@ -422,6 +422,8 @@ impl<E: EthSpec, T: EpochTransition<E>> Case for EpochProcessing<E, T> {
// Processing requires the committee caches.
pre_state.build_all_committee_caches(spec).unwrap();
// Proposer index computation (e.g. proposer lookahead) requires the slashings cache.
pre_state.build_slashings_cache().unwrap();
let mut state = pre_state.clone();
let mut expected = self.post.clone();