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
Describe the bug In Flow playground, changes to storage are not reflected in the accounts.
To Reproduce
Deployed Contract To: 0x01
0x01
eployed Contracts: [ { "contract": "HelloWorld", "height": 9 } ] Account Storage: (Empty)
{"level":"debug","message":"Cadence log: \"Saved Hello Resource to account.\""}
However, the 0x01 account still displays as:
Deployed Contracts: [ { "contract": "HelloWorld", "height": 9 } ] Account Storage: (Empty)
Expected behavior The account storage should not be empty and reflect state as described in the tutorial text.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered:
playground is under going changes to use flowkit in the backend. Account storage has not bee implemented at this time. It's on the todo list
todo
Sorry, something went wrong.
No branches or pull requests
Describe the bug
In Flow playground, changes to storage are not reflected in the accounts.
To Reproduce
Deployed Contract To: 0x01
)0x01
shows:{"level":"debug","message":"Cadence log: \"Saved Hello Resource to account.\""}
).However, the
0x01
account still displays as:Expected behavior
The account storage should not be empty and reflect state as described in the tutorial text.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: