Skip to content
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

Include Validator Indices in Common Validator List Responses #75

Merged
merged 5 commits into from
Dec 10, 2019

Conversation

rauljordan
Copy link
Contributor

Thanks @shayzluf for bringing this up. The slasher service supported by Prysm here: https://github.com/prysmaticlabs/prysm/tree/master/slasher frequently requires data from the beacon node, specifically, validator data. Some of our RPC responses such as ListValidators and GetActiveSetChanges return lists of validators and public keys, but for slashing in particular, it's important for these responses to also contain validator indices. This PR amends the responses accordingly.

@rauljordan rauljordan self-assigned this Dec 10, 2019
@rauljordan rauljordan changed the base branch from master to v0.9.2 December 10, 2019 16:26
@terencechain terencechain merged commit a924ede into v0.9.2 Dec 10, 2019
@delete-merged-branch delete-merged-branch bot deleted the val-idx branch December 10, 2019 16:59
rauljordan added a commit that referenced this pull request Jan 7, 2020
* Removed custody bits

* Mirror change in master in 0.9.2 (#73)

* mod validator proto

* regen

* sync protos

* Include Validator Indices in Common Validator List Responses (#75)

* Align Duties Response With v0.9.2 (#77)

* standardize spacing (#78)

* Added AggregateAttestationAndProof (#79)

* Update AggregateAttestationAndProof (#80)

* Added AggregateAttestationAndProof

* Better comments

* Update attestation.proto

* Revert 2a889fe

* Rm signing root changes (#90)

* Updated messages

* Generate pb.go

* use signed block in block container

* Propose signed objects

* fix protos

* regen

Co-authored-by: Jim McDonald <Jim@mcdee.net>
Co-authored-by: Raul Jordan <raul@prysmaticlabs.com>
Co-authored-by: Preston Van Loon <preston@prysmaticlabs.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants