You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to track "cluster-wide agreed-upon participation" and we need a non-critical first use-case for the priority protocol.
Proposed solution
When duties expire, put the ParSignedData through the priority protocol to generate "cluster-wide green-upon participation per peer per duty per validator" and track that as prometheus metrics.
Endpoints `produce_block` and `produce_blinded_block` must return 404 explicitly to prevent processing as proxy calls. Because previously we removed these from the router.
Also, this ensures all attempts to call these endpoint will increment `core_validatorapi_request_error_total` counter.
category: feature
ticket: #1255
Problem to be solved
We need to track "cluster-wide agreed-upon participation" and we need a non-critical first use-case for the priority protocol.
Proposed solution
When duties expire, put the
ParSignedData
through the priority protocol to generate "cluster-wide green-upon participation per peer per duty per validator" and track that as prometheus metrics.See design doc.
Out of Scope
This isn't officially related to Obol V2. It is an experiment on what is possible with the priority protocol.
The text was updated successfully, but these errors were encountered: