ChainSafe / lodestar

🌟 TypeScript Implementation of Ethereum Consensus
https://lodestar.chainsafe.io
Apache License 2.0
1.19k stars 291 forks source link

Add a flag to disable banning the peers #6043

Closed g11tech closed 1 year ago

g11tech commented 1 year ago

Need a flag to disable peer scoring/banning, required for the following scenarios:

g11tech commented 1 year ago

we have a flag to disable peer downscoring --disablePeerScoring but need to see if this is sufficient for EF devops or do they need the static peer disable configguration

g11tech commented 1 year ago

the above flag seems to be sufficient for devnets/hive testing so closing issue