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
Right now we simply fail if you try and pass a return value of one type as an argument to another function, but we should probably understand that some types of casts (like bytes to string and bytes32 to uint256) are okay. Or we could demand explicit typecasts for types that are binary-compatible, for safety?
The text was updated successfully, but these errors were encountered:
Right now we simply fail if you try and pass a return value of one type as an argument to another function, but we should probably understand that some types of casts (like
bytes
tostring
andbytes32
touint256
) are okay. Or we could demand explicit typecasts for types that are binary-compatible, for safety?The text was updated successfully, but these errors were encountered: