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

QB-1761: Fix evm contract destroy v2 #244

Merged
merged 2 commits into from
Apr 4, 2023
Merged

QB-1761: Fix evm contract destroy v2 #244

merged 2 commits into from
Apr 4, 2023

Conversation

BoThe1K
Copy link
Contributor

@BoThe1K BoThe1K commented Apr 3, 2023

No description provided.

// store or delete code
action := "updated"
if len(code) == 0 {
store.Delete(key)
// store.Delete(codeHash)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a change

@alexstratos
Copy link
Contributor

this rever the changes of this pr(#236) and only disable the deletion of contract code.

@alexstratos alexstratos merged commit 66b88a3 into audit Apr 4, 2023
@alexstratos alexstratos deleted the fix-EVM-set-code branch April 4, 2023 20:31
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.

2 participants