You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think since Byzantium has finally introduced returndatacopy and returndatasize the original result buffers of call* are obsolete (create is a different beast).
It would clean semantics and implementations a lot of if remove the result buffer support from calls and require clients to use returndata*.
I think since Byzantium has finally introduced
returndatacopy
andreturndatasize
the original result buffers ofcall*
are obsolete (create
is a different beast).It would clean semantics and implementations a lot of if remove the result buffer support from
call
s and require clients to usereturndata*
.Related #12
The text was updated successfully, but these errors were encountered: