Lunie: Display more info about validators

Created on 8 Aug 2018  ยท  12Comments  ยท  Source: luniehq/lunie

UI Version: 0.9.3

Description:

Would be a nice to have to display the same information as the explorer as well as other important information within the Validator Profile:

| Validator Struct | Explorer | Voyager |
| --------|---------|-------|
| Owner | โœ… | โ›”๏ธ |
| PubKey | โœ… | โ›”๏ธ |
| Revoked | โœ… | โ›”๏ธ |
| Status | โœ… | โ›”๏ธ |
| Tokens | โ›”๏ธ | โ›”๏ธ |
| DelegatorShares | โ›”๏ธ | โ›”๏ธ |
| Moniker | โœ… | โœ… |
| Identity | โœ… | โ›”๏ธ |
| Website | โœ… | โœ… |
| Details | โœ… | โœ… |
| BondHeight | โœ… | โ›”๏ธ |
| BondIntraTxCounter | โ›”๏ธ | โ›”๏ธ |
| ProposerRewardPool | โ›”๏ธ | โ›”๏ธ |
| Commission | โ›”๏ธ | โ›”๏ธ |
| CommissionMax | โ›”๏ธ | โ›”๏ธ |
| DelegatorShares | โ›”๏ธ | โ›”๏ธ |
| CommissionChangeRate | โ›”๏ธ | โ›”๏ธ |
| CommissionChangeRateToday | โ›”๏ธ | โ›”๏ธ |
| LastBondedTokens | โ›”๏ธ | โ›”๏ธ |

Also both of them have Total Vote Power. It would be nice to also show the stake and delegator shares as well as the total vote power

blocked โœ‹

All 12 comments

thanks @fedekunze this is super helpful. we should actually share this component in tendermint/ui...

Nice table!

So Jordon, you're suggesting that we move app/src/renderer/components/staking/PageDelegate.vue into @tendermint/ui?

yes, because the explorer has a validator list and profile page.

I created a new issue for that: https://github.com/cosmos/voyager/issues/1152

Proposal:
image
image

I converted DelegatorShares into Self Bond as I think this is the actual interesting value.
Do we need BondIntraTxCounter (what is that?) and ProposerRewardPool? I think those are only used internally together with LastBondedTokens. Correct me if I am wrong.

Pulling in @fedekunze

@nylira what about a default avatar?

@faboweb Imo LastBondedTokens are useful. They are printed on the SDK as _Previous Bonded Tokens:_ LastBondedTokens. Same with ProposerRewardPool and CommissionChangeToday. We can leave BondIntraTxCounter out

  • ProposerRewardPool : the reward pool collected from being the proposer
  • BondIntraTxCounter: block-local tx index of validator change

How would you base decisions on LastBondedTokens or ProposerRewardPool?

what about a default avatar?

please use this icon: https://drive.google.com/open?id=11_B4Q5SsErJ4G5v2VermpCbumYX2wU-U

Updated the screenshots.

closed by #1164

Was this page helpful?
0 / 5 - 0 ratings

Related issues

faboweb picture faboweb  ยท  3Comments

faboweb picture faboweb  ยท  3Comments

NodeGuy picture NodeGuy  ยท  4Comments

fedekunze picture fedekunze  ยท  4Comments

faboweb picture faboweb  ยท  3Comments