-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Validator Indices to Queue/Committee Instead of Public Keys #137
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we be marking public keys as deprecated? Would ppl still be using that under certain use cases?
I approve removing public keys from these rtypes of request to reduce the size of the response. We can remove these fields entirely as we promote to v1alpha2 or v1beta1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lgtm
…alidator index return field
* Update EthereumAPIs to prysmaticlabs/ethereumapis#137 and implement validator index return field
This PR resolves #131 and resolves #132. We add validator indices to common response types such as committee assignments and the validator queue as they are cheaper to compute than public keys and are not as useful. We mark the public key fields as deprecated instead of deleting them for now.