This commit is contained in:
Pawan Dhananjay
2023-03-24 20:48:59 +05:30
parent eb87a12253
commit 14eb178bca
2 changed files with 9 additions and 9 deletions

View File

@@ -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

View File

@@ -2357,11 +2357,11 @@ impl<T: BeaconChainTypes> Worker<T> {
);
// 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);