mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-17 04:48:21 +00:00
Add cache for parallel HTTP requests (#4879)
This commit is contained in:
@@ -2315,7 +2315,7 @@ impl<T: BeaconChainTypes> NetworkBeaconProcessor<T> {
|
||||
debug!(self.log, "Attestation for finalized state"; "peer_id" => % peer_id);
|
||||
self.propagate_validation_result(message_id, peer_id, MessageAcceptance::Ignore);
|
||||
}
|
||||
e @ AttnError::BeaconChainError(BeaconChainError::MaxCommitteePromises(_)) => {
|
||||
AttnError::BeaconChainError(BeaconChainError::ShufflingCacheError(e)) => {
|
||||
debug!(
|
||||
self.log,
|
||||
"Dropping attestation";
|
||||
|
||||
Reference in New Issue
Block a user