-
Notifications
You must be signed in to change notification settings - Fork 140
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
Unexpected changes in an account's storage capacity #1367
Comments
Research so far: Not a Cadence issue, likely a FVM issue. Robert will keep investigating, will ask for help from Janez when possible. Also, document process of adding FVM test |
Repro in flow-go is showing no error.
I tested these versions of
My test approach was to copy an existing test in There's a Test code I used:
|
@janezpodhostnik Could you or someone else from EN/FVM help Robert with reproducing the problem? Maybe we can replay the particular transaction in question using the remote debugger? |
Perhaps it has something to do with this: Line 1841 in 929eabb
@robert-e-davidson3 Lets get together next week and try using the remote debugger. |
There's a more basic bug here:
This bug report is so weird because it does update when
(I tested using remote debugging against testnet.) |
Great analysis @robert-e-davidson3! I think we had not considered that the |
Problem
Querying the storage capacity of an account returns different values even though there is no change in the number of FLOW tokens held by the account.
Here is an example transaction.
https://flow-view-source.com/testnet/tx/5f34f968421e7777cfa71583f5f761c903914500992f6881507d1e5776ed1ef1
Please note that a similar transaction doesn't display the issue.
https://flow-view-source.com/testnet/tx/6669920efbc135c6bb8d2871a1b7a27d42d0dc3c1914b86baba45155e4a28f38
Steps to Reproduce
Execute the transaction mentioned in this link:
https://flow-view-source.com/testnet/tx/5f34f968421e7777cfa71583f5f761c903914500992f6881507d1e5776ed1ef1
The text was updated successfully, but these errors were encountered: