Merge branch 'gloas-fix-proposer-pref-gossip-verification' into glamsterdam-devnet-4

This commit is contained in:
Eitan Seri-Levi
2026-05-24 13:24:58 +03:00
5 changed files with 129 additions and 48 deletions

View File

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