Feature: Add voting/non-voting validator list to validatorsAtHeight API #183
Labels
api
Adding/updating an API
enhancement
New feature or request
good first issue
Good for newcomers
service functionality
Improving functionality at the service level. May affect any area of the project
Milestone
Summary
Currently the validators at height list for a block shows all validators in the set at the height, but not who voted/didnt vote, even though the block detail shows a count of who voted vs validator set count. It would be nice to see which validators voted/not voted.
Problem Definition
Currently the validators at height list for a block shows all validators in the set at the height, but not who voted/didnt vote, even though the block detail shows a count of who voted vs validator set count. It would be nice to see which validators voted/not voted.
Proposal
Option 1:
api/v2/validators/height/{height}
responseOption 2:
api/v2/validators/height/{height}
For Admin Use
The text was updated successfully, but these errors were encountered: