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

Add a flag to log msg.sender for each function trace #1166

Open
0xicingdeath opened this issue Jan 18, 2024 · 4 comments
Open

Add a flag to log msg.sender for each function trace #1166

0xicingdeath opened this issue Jan 18, 2024 · 4 comments

Comments

@0xicingdeath
Copy link

Describe the desired feature

Medusa currently logs the entire function trace, as well as the address caller for each. would be really useful if Echidna did as well

@ggrieco-tob
Copy link
Member

With the usage of traces from hevm, I think this should be an issue in their repo (we could add code, but ideally, we should push it there). What do you think @arcz ?

@arcz
Copy link
Member

arcz commented Jan 18, 2024

Some examples/screenshots would help here

@rappie
Copy link

rappie commented Jan 27, 2024

I believe this just got added to echidna:

Echidna only prints the address of the caller if they differ between functions in the sequence that lead to a broken invariant.

@rappie
Copy link

rappie commented Jan 27, 2024

Related: #656 (comment)

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

No branches or pull requests

4 participants