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

Update to Constantinople/Petersburg #183

Open
axic opened this issue Mar 15, 2019 · 1 comment
Open

Update to Constantinople/Petersburg #183

axic opened this issue Mar 15, 2019 · 1 comment

Comments

@axic
Copy link
Member

axic commented Mar 15, 2019

No description provided.

@s1na
Copy link

s1na commented Apr 8, 2019

The EEI-related Constantinople changes are CREATE2 and EXTCODEHASH if I'm not mistaken.

  • CREATE2: add a new method just like create with the additional parameter saltOffset: i32ptr (salt has fixed length of 32 bytes).
  • EXTCODEHASH: two options:
    • add a new method getExternalCodeHash(addressOffset, resultOffset)
    • add isAccountEmpty(addressOffset) (also see evm2wasm specific EEI methods #138) and handle the rest on the wasm side.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants