Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EVM module: implement account destruction #425

Open
bkolad opened this issue Jun 21, 2023 · 1 comment
Open

EVM module: implement account destruction #425

bkolad opened this issue Jun 21, 2023 · 1 comment
Labels

Comments

@bkolad
Copy link
Member

bkolad commented Jun 21, 2023

Is your feature request related to a problem? Please describe.
Our Evm module does not support account destruction.

Describe the solution you'd like
Determine what is the desired behaviour (should we delete the account in the state) and implement it.

This was referenced Jun 21, 2023
@LukaszRozmej
Copy link
Contributor

Account destruction (selfdestruct opcode) is a very big problem in Ethereum and generally with PMT, it will be removed from Ethereum in next hardfork.

The main problem is that big contract accounts can be removed causing very big updates to PMT that are very hard to correctly price in gas.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants