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

Interface does not show which event parameters are indexed; External interface misses events #4221

Open
xrchz opened this issue Sep 2, 2024 · 0 comments

Comments

@xrchz
Copy link
Contributor

xrchz commented Sep 2, 2024

Version Information

  • vyper Version (output of vyper --version): 0.4.0+commit.e9db8d9
  • OS: GNU/Linux
  • Python Version (output of python --version): Python 3.12.5

What's your issue about?

The output when running with vyper -f interface or vyper -f external_interface.

In the interface output, events are shown, but whether their parameters are indexed or not is omitted. This is crucial information for parsing events so should be included.

In the external interface output, the events are not shown at all. I would argue that these are part of the external interface so should be included.

How can it be fixed?

I would guess the relevant information is readily available when printing these outputs, so the fix is simply to include them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant