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
Currently, there is no way to get rid of a contract once it is deployed without self-destruct function implemented. We should introduce a mechanism to force self-destruct on EVM contract in order to reclaim space from unused contracts, especially from the ones with huge storage trie.
The text was updated successfully, but these errors were encountered:
Currently, there is no way to get rid of a contract once it is deployed without self-destruct function implemented. We should introduce a mechanism to force self-destruct on EVM contract in order to reclaim space from unused contracts, especially from the ones with huge storage trie.
The text was updated successfully, but these errors were encountered: