-
Notifications
You must be signed in to change notification settings - Fork 485
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
Tuple input value is not parsed in "Write Contract" #1432
Comments
will be fixed as part of #1035 |
This issue is still present for nested tuples in builds after PR 1413. Repro:
Taking a look at the original input validation ticket (#1035), arrays are noted as being nestable but the requirement is missing for tuples. |
Hi @jaymod. You're right, we don't support nested fields since it wasn't part of the initial task. However, we've implemented client-side validation for simple values, which should cover most use cases. For the nested structure, you can pass it as a string representation and the underlying library ( |
Thanks for the quick reply! Entering a string representation for nested structs works for our use case, but what is the expected format? I tried several variations and always received a |
Oh, yeah, there is a bug actually, causing it to malfunction currently. I have opened a new issue for it at #1512. |
Awesome thanks! That's what we're seeing as well. |
Description
Link to the page
https://eth-sepolia.blockscout.com/address/0x0174b6E70b51C739ADb0D6d6c50eA49789FB5028?tab=write_contract
Steps to reproduce
App version
v1.20.0
Browser
No response
Operating system
None
Additional information
No response
The text was updated successfully, but these errors were encountered: