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

dapp: dapp test events do not show values indexed #100

Closed
gbalabasquer opened this issue Dec 17, 2018 · 2 comments
Closed

dapp: dapp test events do not show values indexed #100

gbalabasquer opened this issue Dec 17, 2018 · 2 comments
Labels

Comments

@gbalabasquer
Copy link
Contributor

The debug tree doesn't show values which are named as indexed.
For example:

event NewCdp(address indexed guy, address indexed lad, bytes12 cdp);

It is just printing: NewCdp(0x000000000000000000000001)

If I remove indexed to those values, all of them are shown.

@rainbreak
Copy link
Member

I modified the trace for events recently, so I wonder if this is a regression. Do you remember if it used to output all the data?

indexed event args are kept separately from the unindexed events, in the topics of the log.

@rainbreak rainbreak added the hevm label Dec 17, 2018
@rainbreak
Copy link
Member

Topics are now emitted.

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

No branches or pull requests

2 participants