Validator performance
The ValidatorPerformance
entity provides a proxy metric to judge the validator's performance:
On Casper 1.x, it is calculated as the percentage of rewards received per one token relative to the maximum ratio received by a validator in the given era. A validator that received the highest ratio will have a 100 score.
On Casper 2.x, it is calculated as the percentage of cited block signatures produced by a validator compared to the total number of blocks produced in the given era. A validator whose signatures were cited for every block will have a 100 score. In the current Mainnet configuration, block signatures can be cited no later than 3 blocks after the block was produced.
Properties
The ValidatorPerformance
entity has the following properties:
public_key
string(68)
Validator public key represented as a hexadecimal string
era_id
uint32
Era identifier
score
float64
Validator performance score for the era
Example
{
"public_key": "01e8121a2586a6add8a65990080633adfa4e0d32088d36d7fb6f6d3ede1bd7b823",
"era_id": 12013,
"score": 100
}
Optional properties
None
Relations
Endpoints
The ValidatorPerformance
entity has the following endpoints:
Relation endpoints
None
Last updated