Open
Description
Add a self-updating list, ideally in grafana that shows the miner IDs that have not participated in F3. To get this information, look at:
- The signers of each finality certificate compared to the power table used by an instance, and
- The distinct list of miner IDs who have published valid GMessage observed by the observer.
Looking at one of these in isolation is not enough. Because:
- As soon as quorum of DECIDE is reached nodes finalize an instance where a participating miner might not get a chance to append its signature to a cert.
- The point of view of observer is temporal: it may not capture every GMessage
Therefore a combination of both seems more appropriate for getting a reliable list.
There is an alternative way of doing this: tapping into interna GPBFT implementation, similar to the way quorum of senders per phase is measured. This might require storing additional information. Needs a closer look.
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Todo