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
question about the decisions made in the repository
question about how to use this project
Summary
When decoding hex values that have the valueType / valueContent of tuples like (Address,Bytes32), if the value that we are trying to decode is invalid like 0xdeadbeef, an empty array is returned.
It could be better to handle these cases by returning null maybe. This can improve the debugging experience.
The text was updated successfully, but these errors were encountered:
I'm submitting a...
Summary
When decoding hex values that have the valueType / valueContent of tuples like
(Address,Bytes32)
, if the value that we are trying to decode is invalid like0xdeadbeef
, an empty array is returned.It could be better to handle these cases by returning
null
maybe. This can improve the debugging experience.The text was updated successfully, but these errors were encountered: