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

Remove /eth/v1/debug/beacon/states/{state_id} #13619

Merged
merged 1 commit into from
Feb 14, 2024
Merged

Conversation

rkapka
Copy link
Contributor

@rkapka rkapka commented Feb 14, 2024

What type of PR is this?

Cleanup

What does this PR do? Why is it needed?

Removes an API endpoint that's already removed from the spec

@rkapka rkapka added Ready For Review A pull request ready for code review API Api related tasks Cleanup Code health! v5 labels Feb 14, 2024
@rkapka rkapka requested a review from a team as a code owner February 14, 2024 16:19
@rkapka rkapka enabled auto-merge February 14, 2024 16:19
@rkapka rkapka added this pull request to the merge queue Feb 14, 2024
// GetBeaconStateSSZ returns the SSZ-serialized version of the full beacon state object for given state ID.
//
// DEPRECATED: please use GetBeaconStateV2 instead
func (s *Server) GetBeaconStateSSZ(w http.ResponseWriter, r *http.Request) {
Copy link
Contributor

Choose a reason for hiding this comment

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

there's no gRPC related to this right?

Merged via the queue into develop with commit 1eb3731 Feb 14, 2024
17 checks passed
@rkapka rkapka deleted the remove-old-apis branch February 14, 2024 17:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API Api related tasks Cleanup Code health! Ready For Review A pull request ready for code review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants