✨ Publish validator vote data #229
Labels
Indexer 🗂️
Related to the indexer plugin
priority: low
Should only be scheduled if it's important relative to other issues
type: feature ✨
New feature or request
✨ Feature
Publish messages on the SQS queue that contain data about the validator votes for a block.
Motivation
This allows us to show in the explorer which validators missed signing blocks. This can help delegators make informed decisions about where to delegate their tokens.
Implementation
All the data we need should be available in the
ListenFinalizeBlock
handler.Caution
A block contains the commits (votes) for the previous block, not the block that's currently being processed. So one publish can/will contain updates for multiple heights.
Refactor SQS publisher to support sending messages for different block heights.Moved to 🔧 Refactor SQS publisher include timestamp and different block heights #242The text was updated successfully, but these errors were encountered: