-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Open
Description
The major issues are that:
- Own stake is not shown
- Nominator count is only showing first page (see westend)
I think under the hood, based on what I have learned in #11930, this page is using some api.derive stuff that is wrong.
I suggest two actions:
- For this page, we don't need anything else other than reading
erasStakersOverview. The keys are the validators, the value hasnominator_count,own_stake,total_stake. We don't need to show all nominators one by one. If we try and show nominators, it should show all pages properly. - Fix the drive stuff
I think a first PR should implement only 1 and finish #11930
A second PR can re-add nominator list in a paginated way
A third PR can fix api.derive details.
Metadata
Metadata
Assignees
Labels
No labels