Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

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 requested a review from mkalinin September 13, 2018 22:50
@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 subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants