-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Conversation
@@ -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. |
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.
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.
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.
will move this
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