5306 implemented

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Eitan Seri-Levi
2026-06-02 11:12:19 +03:00
parent aed0ddd4c0
commit 2b729482b3
6 changed files with 45 additions and 64 deletions

View File

@@ -621,10 +621,6 @@ mod tests {
.into_available_block();
let current_slot = harness.get_current_slot();
let cached_head = chain.canonical_head.cached_head();
let canonical_head_proposer_index = chain
.canonical_head_proposer_index(current_slot, &cached_head)
.unwrap();
chain
.canonical_head
@@ -636,7 +632,6 @@ mod tests {
Duration::ZERO,
&post_state,
PayloadVerificationStatus::Verified,
canonical_head_proposer_index,
&chain.spec,
)
.unwrap();