File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed
beacon_node/network/src/beacon_processor/worker Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -269,14 +269,14 @@ jobs:
269
269
run : |
270
270
make
271
271
make install-lcli
272
- - name : Run the doppelganger protection success test script
273
- run : |
274
- cd scripts/tests
275
- ./doppelganger_protection.sh success genesis.json
276
272
- name : Run the doppelganger protection failure test script
277
273
run : |
278
274
cd scripts/tests
279
275
./doppelganger_protection.sh failure genesis.json
276
+ - name : Run the doppelganger protection success test script
277
+ run : |
278
+ cd scripts/tests
279
+ ./doppelganger_protection.sh success genesis.json
280
280
execution-engine-integration-ubuntu :
281
281
name : execution-engine-integration-ubuntu
282
282
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -2357,11 +2357,11 @@ impl<T: BeaconChainTypes> Worker<T> {
2357
2357
) ;
2358
2358
// We still penalize the peer slightly. We don't want this to be a recurring
2359
2359
// behaviour.
2360
- self . gossip_penalize_peer (
2361
- peer_id,
2362
- PeerAction :: HighToleranceError ,
2363
- "sync_prior_known" ,
2364
- ) ;
2360
+ // self.gossip_penalize_peer(
2361
+ // peer_id,
2362
+ // PeerAction::HighToleranceError,
2363
+ // "sync_prior_known",
2364
+ // );
2365
2365
2366
2366
self . propagate_validation_result ( message_id, peer_id, MessageAcceptance :: Ignore ) ;
2367
2367
You can’t perform that action at this time.
0 commit comments