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

metadata doesn't report internal functions from modules #4312

Open
AlbertoCentonze opened this issue Oct 17, 2024 · 0 comments
Open

metadata doesn't report internal functions from modules #4312

AlbertoCentonze opened this issue Oct 17, 2024 · 0 comments
Assignees
Labels
bug - UX a bug related to UX release - must release blocker
Milestone

Comments

@AlbertoCentonze
Copy link
Contributor

Version Information

  • vyper Version (output of vyper --version): 0.4.0

What's your issue about?

If contract A.vy contains an internal function foo and contract B.vy contains an external function bar that is imported in A.vy and called internally:

vyper -f metadata B.vy

will not report the function foo from A.vy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug - UX a bug related to UX release - must release blocker
Projects
None yet
Development

No branches or pull requests

4 participants
@charles-cooper @AlbertoCentonze @sandbubbles and others