We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
sort_by
/signers
It's currently sorted by (weight, stacked_amount). I'll add a slot_index property. We could also add something like a ?sort_by=weight|slot_index|etc query param.
It's currently sorted by (weight, stacked_amount). I'll add a slot_index property.
(weight, stacked_amount)
slot_index
We could also add something like a ?sort_by=weight|slot_index|etc query param.
?sort_by=weight|slot_index|etc
Originally posted by @zone117x in #40
Something like:
GET /v1/cycle/{n}/signers? sort_by={slot_index|weight|last_seen|response_time|accepted_percent|voted_percent} &order={asc|desc}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Originally posted by @zone117x in #40
Something like:
The text was updated successfully, but these errors were encountered: