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
We need to add a test to test selfdestruct functionality of EVM smart contracts.
This requires deploying a contract that uses selfdestruct call and the expected behaviour is receiving the balance of the org account on the target address but no code or data is accessible.
It should also cover the case that an account is recreated.
This specific test is needed since the implementation of create account and self destruct is a bit complex in the StateDB.
The text was updated successfully, but these errors were encountered:
We need to add a test to test selfdestruct functionality of EVM smart contracts.
This requires deploying a contract that uses
selfdestruct
call and the expected behaviour is receiving the balance of the org account on the target address but no code or data is accessible.It should also cover the case that an account is recreated.
This specific test is needed since the implementation of create account and self destruct is a bit complex in the StateDB.
The text was updated successfully, but these errors were encountered: