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

Account storage is not updated in playground #730

Open
CjS77 opened this issue Aug 16, 2023 · 1 comment
Open

Account storage is not updated in playground #730

CjS77 opened this issue Aug 16, 2023 · 1 comment

Comments

@CjS77
Copy link

CjS77 commented Aug 16, 2023

Describe the bug
In Flow playground, changes to storage are not reflected in the accounts.

To Reproduce

  1. Use tutorial 2
  2. Deploy contract 1. It succeeds (Log: Deployed Contract To: 0x01)
  3. . Account 0x01 shows:
eployed Contracts: 
[
  {
    "contract": "HelloWorld",
    "height": 9
  }
] 
Account Storage: 
(Empty)
  1. Now run the "Create Hello" transaction. It also succeeds ({"level":"debug","message":"Cadence log: \"Saved Hello Resource to account.\""}).
  2. "Load hello" works too, so the asset was created properly.

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):

  • OS: Ubuntu 22.04
  • Browser: Firefox 102.14.0esr
  • Playground info
    • Playground Version: 2.1.0
    • Cadence Version: 0.38.1
    • Emulator Version: 0.49.0
    • Language Server: 0.32.0
@bthaile
Copy link
Contributor

bthaile commented Aug 23, 2023

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

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