Call result decoder does not perform type inference #281
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When decoding call results we are not doing any type inference.
Given this contract:
By trying to call:
test(ak_11111111111111111111111111111111273Yts)
the resulting call result fails to decode:
Created by: hanssv
While you can do something about this in a few obvious cases; it can't be solved in the general case I think?!