ObolNetwork / charon

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

Check if latest go-eth2-client PR fixes /validators performance issues #3145

Closed boulder225 closed 3 weeks ago

boulder225 commented 3 months ago

🎯 Problem to be solved

The /validators endpoint in our system is experiencing slow performance, causing user issues. A recent pull request in the go-eth2-client library might fix the performance issues. We need to evaluate the PR and determine if it indeed resolves the slow performance of the /validators endpoint.

🛠️ Proposed solution