We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Check correctness of .vyi file.
.vyi
There is no way to check if .vyi file alone was written correctly.
Something like:
vyper Interface.vyi
The text was updated successfully, but these errors were encountered:
Would also be helpful to be able to get the abi from an interface, ie:
vyper Interface.vyi --abi
Sorry, something went wrong.
tentatively tagging for inclusion in 0.4.1
Note: discussed with Charles that should compile only with flags -f ast,annotated_ast,interface,external_interface
-f ast,annotated_ast,interface,external_interface
And abi!
project
No branches or pull requests
Simple Summary
Check correctness of
.vyi
file.Motivation
There is no way to check if
.vyi
file alone was written correctly.Specification
Something like:
The text was updated successfully, but these errors were encountered: