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

Updated solidity syntax in EIP-191 specs #1547

Merged
merged 1 commit into from
Mar 8, 2019
Merged

Updated solidity syntax in EIP-191 specs #1547

merged 1 commit into from
Mar 8, 2019

Conversation

PaulRBerg
Copy link
Contributor

As of the latest stable version of solidity (0.4.25), a contract can reference its own address by calling address(this) not just this. Furthermore, keccak256 will no longer accept multiple parameters in the future, hence now we need to use abi.encodePacked.

@eip-automerger
Copy link

Hi! I'm a bot, and I wanted to automerge your PR, but couldn't because of the following issue(s):

@axic
Copy link
Member

axic commented Mar 1, 2019

If this is merged I suggest that example is wrapped into proper code-quote blocks and a note is left what version of Solidity the example is for.

@PaulRBerg
Copy link
Contributor Author

Said and done!

@nicksavers nicksavers merged commit a8ac72d into ethereum:master Mar 8, 2019
ilanolkies pushed a commit to ilanolkies/EIPs that referenced this pull request Nov 12, 2019
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.

4 participants