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
Drop:
codeCopy()
getCodeSize()
externalCodeCopy()
getExternalCodeSize()
The externalCodeCopy() and getExternalCodeSize() might still be available in EVM1 compatibility mode.
Access to external code hash might be useful.
The text was updated successfully, but these errors were encountered:
Hypothesis: (Not all) nodes would have to keep the original code, they can keep the compiled / optimized code and the hash of the original code.
Sorry, something went wrong.
No branches or pull requests
Drop:
codeCopy()
https://github.com/ewasm/design/blob/master/eth_interface.md#codecopygetCodeSize()
https://github.com/ewasm/design/blob/master/eth_interface.md#getcodesizeexternalCodeCopy()
https://github.com/ewasm/design/blob/master/eth_interface.md#externalcodecopygetExternalCodeSize()
https://github.com/ewasm/design/blob/master/eth_interface.md#getexternalcodesizeThe
externalCodeCopy()
andgetExternalCodeSize()
might still be available in EVM1 compatibility mode.Access to external code hash might be useful.
The text was updated successfully, but these errors were encountered: