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
curl --silent https://wallet.rise.vision/api/delegates/get\?publicKey\=7f31f1b13f211ada60b61e47778b8d59e7f0ecb56fd6f9ea9200c805e352f6a8 | jq . { "success": true, "delegate": { "username": "indian", "address": "3361547442450966682R", "cmb": 0, "publicKey": "7f31f1b13f211ada60b61e47778b8d59e7f0ecb56fd6f9ea9200c805e352f6a8", "vote": 8877869856391, "producedblocks": 69, "votesWeight": 8877869856391, "missedblocks": 1, "rank": 146, "approval": 0.07, "productivity": 98.57, "rate": 146 } }
Currently delegate indian is at position 132, however the API responds with rank and rate 146
indian
132
146
I hope this doesn't have an impact on forging slots?
The text was updated successfully, but these errors were encountered:
Thanks, It'll be fixed in rise v2.
Sorry, something went wrong.
No branches or pull requests
Actual
Expected
Currently delegate
indian
is at position132
, however the API responds with rank and rate146
Comments
I hope this doesn't have an impact on forging slots?
The text was updated successfully, but these errors were encountered: