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

Prevent blocking contract address with vesting account creation #888

Closed
Tracked by #838
lumtis opened this issue Aug 1, 2023 · 1 comment · Fixed by #923
Closed
Tracked by #838

Prevent blocking contract address with vesting account creation #888

lumtis opened this issue Aug 1, 2023 · 1 comment · Fixed by #923
Assignees

Comments

@lumtis
Copy link
Member

lumtis commented Aug 1, 2023

With CREATE2 opcode, many projects reuse the same address for their contract on different networks.
Currently, someone can create a vesting account with an arbitrary address to block deploying a contract on this address.

Considered solution:

This was referenced Aug 1, 2023
Closed
@lumtis lumtis self-assigned this Aug 1, 2023
@lumtis
Copy link
Member Author

lumtis commented Aug 1, 2023

We should wait for #889 in order to have the DisabledAuthzMsgs attribute in Evmos antehandler
https://github.com/evmos/ethermint/pull/1741/files#diff-0f1d2976054440336a576d47a44a37b80cdf6701dd9113012bce0e3c425819b7R669

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 a pull request may close this issue.

1 participant