You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes, when a smart-contract is in the development stage, the storage changes, and sc's storage deserialization becomes impossible. To fix this issue, you need to delete your account, and then create it again via web-wallet, which is not really comfortable.
Using -dev flag could not solve this issue, because there are hardwritten account address on the front-end and other parts of the dApp. It would be great to have an utility that could destroy and recreate an account in one single script.
The text was updated successfully, but these errors were encountered:
Sometimes, when a smart-contract is in the development stage, the storage changes, and sc's storage deserialization becomes impossible. To fix this issue, you need to delete your account, and then create it again via web-wallet, which is not really comfortable.
Using -dev flag could not solve this issue, because there are hardwritten account address on the front-end and other parts of the dApp. It would be great to have an utility that could destroy and recreate an account in one single script.
The text was updated successfully, but these errors were encountered: