Open CjS77 opened 1 year ago
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):
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
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):