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

Prysm V4 - Deprecate web UI endpoints #12025

Merged
merged 8 commits into from
Feb 23, 2023

Conversation

james-prysm
Copy link
Contributor

What type of PR is this?

deprecation

What does this PR do? Why is it needed?

This PR starts marking web UI endpoints for deprecation and full removal at a later hard fork.

Which issues(s) does this PR fix?

Relates to #11841
document prysmaticlabs/documentation#720

@james-prysm james-prysm added Cleanup Code health! Web UI Related to our beautiful Web UI labels Feb 21, 2023
@james-prysm james-prysm requested a review from a team as a code owner February 21, 2023 22:49
@james-prysm james-prysm self-assigned this Feb 21, 2023
prestonvanloon
prestonvanloon previously approved these changes Feb 22, 2023
@@ -14,140 +14,175 @@ option java_outer_classname = "WebProto";
option java_package = "org.ethereum.validator.accounts.v2";
option php_namespace = "Ethereum\\Validator\\Accounts\\V2";

// DEPRECATED: Prysm Web UI and associated endpoints will be fully removed in a future hard fork.
Copy link
Member

Choose a reason for hiding this comment

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

Same feedback here about putting the deprecation notice at the end of the comment block to be consistent with the go style of deprecation. I don't feel strongly about this so I won't mark up this file with the code change suggestions.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

will move this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Cleanup Code health! Web UI Related to our beautiful Web UI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants