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
There was a PR #78 that added this, but it needs to be rebased against current master before continuing. Not sure if the owner of that PR is still interested in the functionality or not.
In according to the spec,
/eth/v1/beacon/states/{state_id}/validators
query providesid
andstatus
arrays. However, the current implementation ignoresstatus
https://github.com/attestantio/go-eth2-client/blob/master/api/validatorsopts.go#L19
Would it be possible and easy to make it matching the spec?
The text was updated successfully, but these errors were encountered: