ObolNetwork / charon

Charon (pronounced 'kharon') is a Proof of Stake Ethereum Distributed Validator Client
https://docs.obol.tech/
Other
202 stars 90 forks source link

Pass cluster definition or cluster lock file to charon test peers #3240

Open KaloyanTanev opened 3 months ago

KaloyanTanev commented 3 months ago

🎯 Problem to be solved

Currently when we want to test our connection with peers, we require peers' ENRs to be passed as a flag. However, this can be a bit tedious process, especially for non-technical people. We can obtain the peers' ENRs from either the cluster definition or cluster lock files. We should allow to pass one of those as well.

🛠️ Proposed solution

🧪 Tests