bro-n-bro / spacebox-api

Flask api for services on top of spacebox
MIT License
4 stars 0 forks source link

Validator group map #110

Closed bro-n-bro-2 closed 1 year ago

bro-n-bro-2 commented 1 year ago

1. image Delegators/Voting power Moniker/logo/num of delegators/voting power.

2. image Moniker/logo/num of delegators/commission.

3. image Moniker/logo/commission/voting power

iljagrabar14 commented 1 year ago
  1. Voting power % for all delegator and count of delegations from delegation table for all validators
iljagrabar14 commented 1 year ago
  1. Actual from validator_commission
bro-n-bro-0 commented 1 year ago

@bro-n-bro-2 which fields are requested?

bro-n-bro-2 commented 1 year ago

Moniker/logo_url/operator_address/num of delegators/voting power Moniker/logo_url/operator_address/num of delegators/commission Moniker/logo_url/operator_address/commission/voting power

If I understand your question correct.

iljagrabar14 commented 1 year ago

@bro-n-bro-2 please check api statistics/validators/group_map if everything is ok, please close issue

bro-n-bro-2 commented 1 year ago

@iljagrabar14 , my mistake. Could you please show only validators in active set ?

iljagrabar14 commented 1 year ago

@bro-n-bro-2 , already implemented, if you see voting power 0, the issue is in indexer (something with pagination), discu ssed before

bro-n-bro-2 commented 1 year ago

@prevetal , you can proceed further.