rs-soroban-env icon indicating copy to clipboard operation
rs-soroban-env copied to clipboard

Return InvalidInput error for some ScVal conversions

Open dmkozh opened this issue 1 year ago • 0 comments

Currently some ScVals coming from the user input are passed to to_host_val without prior validation. They should either be validated before calling the function, or we should just have to variants of to_host_val for external and internal inputs.

dmkozh avatar Dec 21 '23 23:12 dmkozh