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

Update selfdestruct behavior #1248

Closed
wants to merge 14 commits into from
Closed

Conversation

kronosapiens
Copy link
Member

With the move to Hardhat 2.22 and the Dencun hardfork, the behavior of selfdestruct has changed. We should update our contracts accordingly.

@area
Copy link
Member

area commented May 2, 2024

Presumably, we should also actually not call selfdestruct, and mimic the behaviour it had (i.e. send the current ether balance of this to the caller)

@kronosapiens
Copy link
Member Author

Note: do any currently deployed contracts depend on the destruction assumption?

@area area mentioned this pull request May 15, 2024
@kronosapiens
Copy link
Member Author

Closed in favor of #1254

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

Successfully merging this pull request may close these issues.

None yet

2 participants