-
Notifications
You must be signed in to change notification settings - Fork 51
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
Tool fails to validate old Vyper output, which specified non-compliant outputs: []
in constructor ABI entries
#130
Comments
hey @viper7882, thanks for raising this! I'll take a look and hopefully see about fixing this quickly. |
Looks like there are two problems:
Might be worth noting: the lack of |
outputs: []
in constructor ABI entries
Considering this a bit more, I think the ABI schema validation can probably just be skipped in the web-ui. I'll make that change in the next couple days and redeploy. |
Hi @gnidan,
Copy ABI from Voting Escrow and paste into abi-to-sol, Invalid error is observed. "internalType" is absent in this contract. Probably that's why abi-to-sol treating the ABI input as invalid?
The text was updated successfully, but these errors were encountered: