Giovanni S | Flow (2024-01-19)
WRT contracts that don't update post-Cadence 1.0, I understand contract-defined resources will be broken, but what should wallets/platforms/users do with those resources? e.g. a broken NFT is taking up storage - am I funding its storage, how do I know it exists, what it is/was so I can get rid of it, etc.
4 Replies
I've created a thread for your message. Please continue any relevant discussion in this thread.
You can rename this thread using
/title <new title>
If this is a technical question that others may benefit from, considering also asking it on Stackoverflow: https://stackoverflow.com/questions/ask?tags=onflow-cadencethere's nothing that can be done about that at the moment. obviously, we want to enable/handle that in the future, but the focus is first on enabling the projects that do upgrade
GitHub
Need a way to force delete resources · Issue #2170 · onflow/cadence
Issue To Be Solved Resources on cadence should be deletable regardless of if they're loadable. For example, please reference the following TX: transaction( ) { prepare(acct: AuthAccount) { let ...
I see, thank you for clarifying