You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
🎯 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
/validators
endpoint using the updated go-eth2-client library.The text was updated successfully, but these errors were encountered: