Consensys / teku

Open-source Ethereum consensus client written in Java
https://consensys.io/teku
Apache License 2.0
685 stars 291 forks source link

"trustedpeers" feature #6103

Open zilm13 opened 2 years ago

zilm13 commented 2 years ago

Description

Better to call it trustedkeys as we already have --p2p-static-peers for the peers, but sometimes we don't know ip to make multiaddr, so we could provide only trusted keys. It's common for tests when we don't know ip of the future container.

zilm13 commented 2 years ago

Looks like it's a requirement to pass some Hive tests as we have usually 1 connected peer there and ban it is equal to fail the tests.