This and #17 are two edge case scenarios that often cause unexpected/confusing bugs/issues.
This is easy enough to induce at both the state and storage levels:
For state (and storage), we can write a contract that can self destruct.
For storage, we should be able to do this already by calling the Put method with empty values.
This and #17 are two edge case scenarios that often cause unexpected/confusing bugs/issues.
This is easy enough to induce at both the state and storage levels:
For state (and storage), we can write a contract that can self destruct.
For storage, we should be able to do this already by calling the
Putmethod with empty values.