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

Add Debug RPC Service to Prysm #5666

Merged
merged 6 commits into from
Apr 28, 2020
Merged

Add Debug RPC Service to Prysm #5666

merged 6 commits into from
Apr 28, 2020

Conversation

rauljordan
Copy link
Contributor

What type of PR is this?

Feature

What does this PR do? Why is it needed?

We should have a special debug RPC service which can conditionally be exposed by Prysm nodes for local development. One such important use-case is the ability to fetch the beacon state from the running node by block root or state root. This PR adds the proto definitions for such service into Prysm. A future PR will implement it and gate it behind a feature flag.

@rauljordan rauljordan requested a review from a team as a code owner April 28, 2020 18:51
@rauljordan rauljordan self-assigned this Apr 28, 2020
@rauljordan rauljordan added the API Api related tasks label Apr 28, 2020
@rauljordan rauljordan marked this pull request as draft April 28, 2020 18:52
@rauljordan rauljordan marked this pull request as ready for review April 28, 2020 19:19
@rauljordan rauljordan added the Ready For Review A pull request ready for code review label Apr 28, 2020
@rauljordan rauljordan merged commit 5ed72d4 into master Apr 28, 2020
@delete-merged-branch delete-merged-branch bot deleted the state-endpoint branch April 28, 2020 20:43
name = "go_grpc_gateway_library",
compilers = [
"@io_bazel_rules_go//proto:go_grpc",
"@grpc_ecosystem_grpc_gateway//protoc-gen-grpc-gateway:go_gen_grpc_gateway",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did you want to add this to the gRPC gateway? it's not automatic

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added in #5668

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API Api related tasks Ready For Review A pull request ready for code review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants