Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Return InvalidInput error for some ScVal conversions #1309

Open
dmkozh opened this issue Dec 21, 2023 · 0 comments
Open

Return InvalidInput error for some ScVal conversions #1309

dmkozh opened this issue Dec 21, 2023 · 0 comments
Labels
bug Something isn't working protocol

Comments

@dmkozh
Copy link
Contributor

dmkozh commented Dec 21, 2023

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.

@anupsdf anupsdf added bug Something isn't working protocol labels Feb 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working protocol
Projects
Development

No branches or pull requests

3 participants
@dmkozh @anupsdf and others