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

Wrong balance displayed in accounts screen #158

Closed
avive opened this issue Oct 12, 2021 · 2 comments
Closed

Wrong balance displayed in accounts screen #158

avive opened this issue Oct 12, 2021 · 2 comments
Assignees
Labels
bug Something isn't working devnet 207

Comments

@avive
Copy link
Contributor

avive commented Oct 12, 2021

  1. Clear explorer web app local browser cache
  2. Navigate to https://explorer.spacemesh.io/accounts
  3. Scroll down until you see an account with 0 balance.
  4. Click on that account to see details.

Result: correct balance is displayed.

  1. Go back to accounts page.
    Result: correct balance is displayed (non-zero).

Devnet 207.

@avive avive added bug Something isn't working devnet 207 labels Oct 12, 2021
@mephistopheles1010 mephistopheles1010 self-assigned this Dec 10, 2021
@mephistopheles1010
Copy link

mephistopheles1010 commented Dec 16, 2021

It happens due to problem with node streaming api.
Explorer front-end retrieve data from explorer api gateway, that balanced between few explorer backe-ends, that receives data from different nodes.
According to issue spacemeshos/go-spacemesh#2384, different nodes send different reward events to their explorer back-ends.
In this case sometimes on explorer interface(https://explorer.spacemesh.io/accounts) we can see different data.
Now It is fixed with spacemeshos/go-spacemesh#2948.
You can check it now on https://explorer.spacemesh.io, devnt: devnet-kirill-5.
In general it works fine with explorer since 0.0.10 and node since v0.2.7-beta.0.
This issue can be closed.

@avive
Copy link
Contributor Author

avive commented Dec 16, 2021

I want to verify this but according to the discovery service metadata devnet-k-5 is using explorer 0.0.9.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working devnet 207
Projects
None yet
Development

No branches or pull requests

4 participants