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
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:


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 proposerBondIntraTxCounter: block-local tx index of validator changeHow 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