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
Primea has introduced a generic buffer API where each buffer is referred to by an index and helpers exists to query the size and retrieve the buffer.
We could consider to use this instead of the collection of calldata*, retundata*, code*, externalcode*. We'd still need to have a way to retrieve a message index, for example a helper for calldatamessageindex or it could be passed on to the function. For return data an index could be returned by call*.
The text was updated successfully, but these errors were encountered:
Primea has introduced a generic buffer API where each buffer is referred to by an index and helpers exists to query the size and retrieve the buffer.
We could consider to use this instead of the collection of
calldata*
,retundata*
,code*
,externalcode*
. We'd still need to have a way to retrieve a message index, for example a helper forcalldatamessageindex
or it could be passed on to the function. For return data an index could be returned bycall*
.The text was updated successfully, but these errors were encountered: