Fix non-canonical payload attestation processing

This commit is contained in:
Michael Sproul
2026-05-14 13:23:51 +10:00
parent 1a68631180
commit c03c045f8b
11 changed files with 500 additions and 374 deletions

View File

@@ -382,6 +382,7 @@ pub fn get_beacon_state_committees<T: BeaconChainTypes>(
.try_write_for(std::time::Duration::from_secs(1))
.and_then(|mut cache_write| cache_write.get(shuffling_id))
.and_then(|cache_item| cache_item.wait().ok())
.map(|cached_shuffling| cached_shuffling.committee_cache)
} else {
None
};