-
Notifications
You must be signed in to change notification settings - Fork 19
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
Extended EXT*CALL
return codes: detect account without code
#117
Comments
Current codes as speced:
Possible alternative
EXTCALL xxxx vs. EXTCALL xxx Or restore EXTCODESIZE or something similar Or Ban all EXTCALLS outside of EOF
Or add flags to the call for error handling
Arguments against:
|
FYI I edited this note, REVERT comes at code 1 now. I also swapped the proposed 128/129 to match. |
Per EOF impleneters call 49: No action to be taken for the reasons noted here. If necessary, Solidity to make a stronger request for it. |
Originally posted by @shemnon in ethereum/pm#1077 (comment) |
Has it been considered to just return 0/1 from *CALL and have separate opcode to get the status code of the last call? This would allow to keep the shorter sequence *CALL RJUMPI. |
should we close this in favor of ethereum/EIPs#8838 ? |
No description provided.
The text was updated successfully, but these errors were encountered: