loomchain
loomchain copied to clipboard
Implement a mechanism to force self-destruct on EVM contract
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.