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
Currently GetValidatorByIndex in the beaconapiclient package only allows to query a single validator. Since the ethereum beacon api spec allows for retrieval of more then 1 validator in 1 request, we can optimize it and bulk query. We are also using beaconapiclient in Observer and this optimization will greatly help it there as well.