-
Notifications
You must be signed in to change notification settings - Fork 0
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
Реализовать метод получения голосов за валидатора #4
Comments
Done |
@IvanBlacky, а где оно спрятано? |
Ага, вижу. По ошибке закрыл, переоткрою, сделаем |
Нужен ещё такой простой запрос, который нереально вытянуть через api из-за отсутствия нужного индекса:
db.stake_grant.find({recipient_name:<validator>, share: {$gt: 0}})
.+ можно отсортировать по
share
по убываниюThe text was updated successfully, but these errors were encountered: