test progress

This commit is contained in:
Eitan Seri-Levi
2025-02-06 13:38:33 +02:00
parent 7414f485a3
commit 51984ab54d
6 changed files with 37 additions and 13 deletions

View File

@@ -1730,6 +1730,8 @@ impl<T: BeaconChainTypes> BeaconChain<T> {
let head_beacon_state = self.get_state(&head_block.root, Some(head_block.slot))?;
let Some(head_beacon_state) = head_beacon_state else {
// TODO(focil) missing beacon state
println!("WEVE FAILED HERE");
return Err(Error::MissingBeaconState(head_block.root));
};
let duties = validator_indices