-
Notifications
You must be signed in to change notification settings - Fork 354
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
Validators missing from api.derive.staking.electedInfo
#6004
Comments
It's been a while since I looked at the rust code for this, but this very well could be correct. I am just not sure what call this would be replaced by but I will have a look! |
I think it should be |
Yea I agree, I'll get a PR up shortly. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue if you think you have a related problem or query. |
Currently, validators without other nominators aren't returned from
api.derive.staking.electedInfo
asnextElected
.Expectedly, validators without other nominators should be returned from
api.derive.staking.electedInfo
asnextElected
.api/packages/api-derive/src/staking/validators.ts
Line 19 in 5c0fe9b
erasStakersPaged
contains only validators being nominated by others.I think this is the correct behavior, I'd be glad to stand corrected.
Version: 13.2.1, but master seems to have the same issue
Environment:
Language:
The text was updated successfully, but these errors were encountered: