Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: On Block Validators list, add indication of vote, who was proposer for block #167

Closed
2 of 8 tasks
ghost opened this issue Jul 21, 2021 · 0 comments · Fixed by #247
Closed
2 of 8 tasks

Feature: On Block Validators list, add indication of vote, who was proposer for block #167

ghost opened this issue Jul 21, 2021 · 0 comments · Fixed by #247
Labels
enhancement New feature or request

Comments

@ghost
Copy link

ghost commented Jul 21, 2021

Summary

On Block Validators list, add indication of vote (true/false, or rather an icon to denote that) and who was the proposer for the block (an icon on the matching validator).

Problem Definition

Currently the Validator list on a block shows no information beyond they were a part of the validator set. We should show which validators voted, and which validator was the proposer.

Proposal

  • Add an icon to denote a true/false that they voted
    • will come from the validator object itself as voted: Boolean
  • Add an icon to denote the validator that is the proposer
    • match on the proposer from block detail

Depends on provenance-io/explorer-service#183


For Admin Use

  • Not duplicate issue
  • Appropriate labels applied
  • Appropriate contributors tagged
  • Contributor assigned/self-assigned
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant