We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
To use the latest Solidity compiler in default mode (Constantinople) EXTCODEHASH should be implemented.
References EIP-1052 https://github.com/ethereum/EIPs/blob/master/EIPS/eip-1052.md
Post-constantinople, we should use extcodehash instead of extcodesize #4834 ethereum/solidity#4834
Solidity Compiler https://github.com/ethereum/solidity/blob/3d8b323d3b9ebf22f32136ab9f947300fee8c13d/liblangutil/EVMVersion.h#L80-L82
The text was updated successfully, but these errors were encountered:
Core Innovation to the rescue!
Sorry, something went wrong.
smcsicardi
julianlen
Successfully merging a pull request may close this issue.
To use the latest Solidity compiler in default mode (Constantinople) EXTCODEHASH should be implemented.
References
EIP-1052
https://github.com/ethereum/EIPs/blob/master/EIPS/eip-1052.md
Post-constantinople, we should use extcodehash instead of extcodesize #4834
ethereum/solidity#4834
Solidity Compiler
https://github.com/ethereum/solidity/blob/3d8b323d3b9ebf22f32136ab9f947300fee8c13d/liblangutil/EVMVersion.h#L80-L82
The text was updated successfully, but these errors were encountered: