Merge branch 'gloas-fix-proposer-pref-gossip-verification' into gloas-alpha-spec-9

This commit is contained in:
Eitan Seri-Levi
2026-06-11 18:10:48 +03:00
8 changed files with 199 additions and 60 deletions

View File

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