From 14eb178bca5b7d27b9cd9b665b5cd2c916f50901 Mon Sep 17 00:00:00 2001 From: Pawan Dhananjay Date: Fri, 24 Mar 2023 20:48:59 +0530 Subject: [PATCH] testing --- .github/workflows/test-suite.yml | 8 ++++---- .../src/beacon_processor/worker/gossip_methods.rs | 10 +++++----- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/test-suite.yml b/.github/workflows/test-suite.yml index de0011eaf4..1da8ada7e0 100644 --- a/.github/workflows/test-suite.yml +++ b/.github/workflows/test-suite.yml @@ -269,14 +269,14 @@ jobs: run: | make make install-lcli - - name: Run the doppelganger protection success test script - run: | - cd scripts/tests - ./doppelganger_protection.sh success genesis.json - name: Run the doppelganger protection failure test script run: | cd scripts/tests ./doppelganger_protection.sh failure genesis.json + - name: Run the doppelganger protection success test script + run: | + cd scripts/tests + ./doppelganger_protection.sh success genesis.json execution-engine-integration-ubuntu: name: execution-engine-integration-ubuntu runs-on: ubuntu-latest diff --git a/beacon_node/network/src/beacon_processor/worker/gossip_methods.rs b/beacon_node/network/src/beacon_processor/worker/gossip_methods.rs index e5b4bdf86a..9ef7487cf9 100644 --- a/beacon_node/network/src/beacon_processor/worker/gossip_methods.rs +++ b/beacon_node/network/src/beacon_processor/worker/gossip_methods.rs @@ -2357,11 +2357,11 @@ impl Worker { ); // We still penalize the peer slightly. We don't want this to be a recurring // behaviour. - self.gossip_penalize_peer( - peer_id, - PeerAction::HighToleranceError, - "sync_prior_known", - ); + // self.gossip_penalize_peer( + // peer_id, + // PeerAction::HighToleranceError, + // "sync_prior_known", + // ); self.propagate_validation_result(message_id, peer_id, MessageAcceptance::Ignore);