You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Version Information
vyper --version
): 0.4.0+commit.e9db8d9python --version
): Python 3.12.5What's your issue about?
The output when running with
vyper -f interface
orvyper -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.
The text was updated successfully, but these errors were encountered: