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
There are two ways to get return data of a delegate call:
RETURNDATACOPY
Consider both the above second scenario and #553 , RETURNDATASIZE / RETURNDATACOPY should follow the rules:
RETURNDATASIZE
The text was updated successfully, but these errors were encountered:
feat: enable delegate calls to deployed libraries. close #554, close #…
6a86b0b
…555.
vuilder0
No branches or pull requests
There are two ways to get return data of a delegate call:
RETURNDATACOPY
to get the size of return data and executeRETURNDATACOPY
to copy return data to the memory.Consider both the above second scenario and #553 ,
RETURNDATASIZE
/RETURNDATACOPY
should follow the rules:The text was updated successfully, but these errors were encountered: