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
I just know that is an Axon internal explorer. I don't have other information.
⚠️ All transfers below are through the send method in a contract.
send
Transfer 1 ETH to any address which balance is 0.
1
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.
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.
1533.471495196523525479
The balance became to the correct value 1539.471495196523525479., immediately.
1539.471495196523525479.
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.
The balance should be correct after the transaction committed.
An odd behavior.
The text was updated successfully, but these errors were encountered:
zmcNotafraid
No branches or pull requests
Environment
I just know that is an Axon internal explorer.
I don't have other information.
Steps to reproduce
send
method in a contract.Transfer
1
ETH to any address which balance is0
.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.
The text was updated successfully, but these errors were encountered: