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

The display of balances are incorrect sometimes. #293

Open
yangby-cryptape opened this issue Oct 20, 2023 · 0 comments
Open

The display of balances are incorrect sometimes. #293

yangby-cryptape opened this issue Oct 20, 2023 · 0 comments
Assignees

Comments

@yangby-cryptape
Copy link

yangby-cryptape commented Oct 20, 2023

Environment

I just know that is an Axon internal explorer.
I don't have other information.

Steps to reproduce

⚠️ All transfers below are through the send method in a contract.

  • Transfer 1 ETH to any address which balance is 0.

    Then the balance becomes to be 1.

  • Then transfer 1 ETH to that address again.

    But the balance is still 1.

    But I call the RPC from that server, the balance is 2.

  • I repeat the above steps 4 times, the balance is still 1.

    But I call the RPC from that server, the balance is correct.

  • After 2 hours, the balance is still 1.

  • At last, I transfer a big decimal number with decimal part 1533.471495196523525479.

    The balance became to the correct value 1539.471495196523525479., immediately.

Since I'm not the admin of that server which serve the internal explorer, I couldn't debug it or get more information for that.

Expected behavior

The balance should be correct after the transaction committed.

Actual behavior

An odd behavior.

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