mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-09 15:37:56 -05:00
revert protobuf depreciation - ValidatorPerformanceResponse (#12192)
* accidently deprecated protobuf message * accidently checked in blob changes
This commit is contained in:
982
proto/prysm/v1alpha1/beacon_chain.pb.go
generated
982
proto/prysm/v1alpha1/beacon_chain.pb.go
generated
File diff suppressed because it is too large
Load Diff
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user