revert protobuf depreciation - ValidatorPerformanceResponse (#12192)

* accidently deprecated protobuf message

* accidently checked in blob changes
This commit is contained in:
james-prysm
2023-03-27 13:39:21 -05:00
committed by GitHub
parent b00f7f4592
commit f5bfb8e9eb
2 changed files with 490 additions and 494 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -668,9 +668,7 @@ message ValidatorPerformanceRequest {
repeated uint64 indices = 2 [(ethereum.eth.ext.cast_type) = "github.com/prysmaticlabs/prysm/v4/consensus-types/primitives.ValidatorIndex"];
}
// DEPRECATED: Prysm Web UI and associated endpoints will be fully removed in a future hard fork.
message ValidatorPerformanceResponse {
option deprecated = true;
// A list of validator effective balances mapped 1-to-1 with the request's
// public keys.
repeated uint64 current_effective_balances = 1;