make sure proposer cache stores by dep root

This commit is contained in:
Eitan Seri-Levi
2026-05-31 22:04:52 +03:00
parent 36157c5815
commit 46b6c7519c
6 changed files with 59 additions and 19 deletions

View File

@@ -4114,8 +4114,7 @@ impl<T: BeaconChainTypes> NetworkBeaconProcessor<T> {
| ProposerPreferencesError::BeaconChainError(_)
| ProposerPreferencesError::BeaconStateError(_)
| ProposerPreferencesError::UnableToReadSlot
| ProposerPreferencesError::DependentRootUnknown { .. }
| ProposerPreferencesError::DependentRootNotCanonical { .. },
| ProposerPreferencesError::DependentRootUnknown { .. },
) => {
self.propagate_validation_result(message_id, peer_id, MessageAcceptance::Ignore);
}