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

EIP 684: Prevent overwriting contracts #358

Merged
merged 2 commits into from
Aug 16, 2018

Commits on Aug 15, 2018

  1. Prevent collisions on account creation

    There was an issue with contract creation that could overwrite
    contracts. The solution is to check for a positive nonce or nonempty
    code hash in the account that is about to be created. If that's the
    case, the contract creation needs to fail instead of overwriting the
    account.
    
    For more information see ethereum/EIPs#684
    germsvel committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    894d71a View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2018

  1. Configuration menu
    Copy the full SHA
    740de7c View commit details
    Browse the repository at this point in the history