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 function to the EDR provider to enable a "verbose tracing" (tentative name) mode, which includes the full steps and memory #331

Closed
Tracked by #299
fvictorio opened this issue Mar 13, 2024 · 0 comments · Fixed by #437
Assignees
Milestone

Comments

@fvictorio
Copy link
Member

fvictorio commented Mar 13, 2024

We need this to make hardhat-tracer work with HH+EDR.

Using this mode will probably have a significant impact on performance, but since it will be opt-in and only used in very specific scenarios (running the trace task or tracing failed tests), it's going to be acceptabe.

Definition of done

The EDR provider has a method to enable verbose traces. When these are enabled, the step objects of the traces include the full stack (not just the top) and the full memory.

@fvictorio fvictorio changed the title Add a function to the EDR provider to enable a "verbose tracing" (tentative name) mode, which includes the full steps and memory. Add a function to the EDR provider to enable a "verbose tracing" (tentative name) mode, which includes the full steps and memory Mar 13, 2024
@Wodann Wodann linked a pull request May 22, 2024 that will close this issue
1 task
@Wodann Wodann added this to the EDR v0.4.0 milestone Jul 11, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 11, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

3 participants