Merge branch 'should_build_on_full_previous_slot' into gloas-remove-slashed-validators-from-propser-duties

This commit is contained in:
Eitan Seri-Levi
2026-06-02 10:34:07 +03:00
6 changed files with 137 additions and 3 deletions

View File

@@ -163,7 +163,7 @@ impl<T: BeaconChainTypes> BeaconChain<T> {
let should_build_on_full = self
.canonical_head
.fork_choice_read_lock()
.should_build_on_full(&parent_root, parent_payload_status)
.should_build_on_full(&parent_root, parent_payload_status, produce_at_slot)
.map_err(|e| {
BlockProductionError::BeaconChain(Box::new(BeaconChainError::ForkChoiceError(e)))
})?;