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
getValidators function does not fully align with the specs, as it only reads ids from the query parameters, while the spec mentions both ids and statuses. The go-eth2-client library, which we depend on, does not support statuses as a query parameter. This discrepancy could limit our validator API, potentially missing out on filtering.
🛠️ Proposed solution
Support go-eth2-client project by proposing a PR supporting statuses.
For now, have TODOs in our codebase to integrate statuses parameter support once it becomes available in the go-eth2-client library.
The text was updated successfully, but these errors were encountered:
🎯 Problem to be solved
getValidators
function does not fully align with the specs, as it only readsids
from the query parameters, while the spec mentions bothids
andstatuses
. Thego-eth2-client
library, which we depend on, does not supportstatuses
as a query parameter. This discrepancy could limit our validator API, potentially missing out on filtering.🛠️ Proposed solution
go-eth2-client
project by proposing a PR supportingstatuses
.statuses
parameter support once it becomes available in the go-eth2-client library.The text was updated successfully, but these errors were encountered: