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-1014 Skinny CREATE2 #1178

Merged
merged 5 commits into from
Sep 19, 2018
Merged

EIP-1014 Skinny CREATE2 #1178

merged 5 commits into from
Sep 19, 2018

Conversation

zilm13
Copy link
Collaborator

@zilm13 zilm13 commented Sep 13, 2018

Few things not yet finished, do not merge until resolved:

  • 1 of 111 test failed both in StateTests and BlockStateTests (same), still finding out the reason
  • Do we need to extendTransaction#getContractAddress() for CREATE2? It's not straightforward, code need to be partially executed for this.

@zilm13 zilm13 mentioned this pull request Sep 13, 2018
5 tasks
@coveralls
Copy link

coveralls commented Sep 13, 2018

Coverage Status

Coverage decreased (-0.02%) to 56.6% when pulling de78e42 on feature/eip-1014 into 10afc14 on develop.

byte[] senderAddress = this.getOwnerAddress().getLast20Bytes();
BigInteger endowment = value.value();
if (!verifyCall(senderAddress, endowment))
return;;
Copy link
Contributor

Choose a reason for hiding this comment

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

Double ; 😀

@zilm13
Copy link
Collaborator Author

zilm13 commented Sep 19, 2018

@mkalinin I think we could merge it and move the tests later alone

@mkalinin mkalinin merged commit 2601bc4 into develop Sep 19, 2018
@zilm13 zilm13 deleted the feature/eip-1014 branch September 20, 2018 09:10
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.

3 participants