-
Notifications
You must be signed in to change notification settings - Fork 20.5k
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
cmd/abigen: Vyper issue #20418
Comments
Would you mind sharing your version of
and
|
I was able to confirm and reproduce the issue with |
for the sake of completeness: I used the |
If you run
|
Fixed in #20419 |
I tried to generate ABI bindings for a vyper contract using
abigen
an ran into an issue:It seems like
abigen
is trying to use the full file name for variable and struct names, including the.vy
suffix which of course is not allowed in Go. When renaming the file and striping the.vy
suffixabigen
works fine.The text was updated successfully, but these errors were encountered: