Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

EIP-86 update #5506

Merged
merged 1 commit into from May 5, 2017
Merged

EIP-86 update #5506

merged 1 commit into from May 5, 2017

Conversation

arkpar
Copy link
Collaborator

@arkpar arkpar commented Apr 25, 2017

A few minor changes to EIP-86 have been clarified/introduced recently.

  1. New contract address gets generated from code hash for contracts created with create transactions only. CREATE instruction retains old behaviour (address generated from sender and nonce).
  2. Contract can be created even if existing account is non-empty (has balance). The only requirement is that the code does not exist.
  3. CREATE_P2SH renamed to CREATE2

@arkpar arkpar added A0-pleasereview 🤓 Pull request needs code review. M4-core ⛓ Core client code / Rust. labels Apr 25, 2017
@arkpar arkpar changed the title EIP-86 fixes EIP-86 update Apr 25, 2017
@gavofyork
Copy link
Contributor

even now, a contract can be created at an address that exists (with a non-zero balance or even code - though the latter is practically impossible).

@rphmeier rphmeier added A8-looksgood 🦄 Pull request is reviewed well. and removed A0-pleasereview 🤓 Pull request needs code review. labels May 4, 2017
@gavofyork gavofyork merged commit ed7c366 into master May 5, 2017
@gavofyork gavofyork deleted the eip86 branch May 5, 2017 14:00
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
A8-looksgood 🦄 Pull request is reviewed well. M4-core ⛓ Core client code / Rust.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants