Skip to content
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

API GET Delegates gives Invalid rank and rate #196

Open
1indian opened this issue Feb 14, 2019 · 1 comment
Open

API GET Delegates gives Invalid rank and rate #196

1indian opened this issue Feb 14, 2019 · 1 comment

Comments

@1indian
Copy link

1indian commented Feb 14, 2019

Actual

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
  }
}

Expected

Currently delegate indian is at position 132, however the API responds with rank and rate 146

Comments

I hope this doesn't have an impact on forging slots?

@vekexasia
Copy link
Contributor

Thanks, It'll be fixed in rise v2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants