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

Implement stack traces improver based on the heuristics that Hardhat Network has #261

Open
Tracked by #246
alcuadrado opened this issue Dec 23, 2023 · 0 comments
Open
Tracked by #246

Comments

@alcuadrado
Copy link
Member

alcuadrado commented Dec 23, 2023

Under certain situations, Hardhat Network improves the error generated by applying source maps. This is done with heuristics, but not every heuristic does this kind of improvement. We need to understand which are there to improve a stack trace, and which "mix" other kind of information with the stack trace.

Definition of done

  • We need a module that gets a stack trace as generated in Raw/naive stack trace generation #252, its EVM trace, and tries to improve it. It should return the same format if possible. Otherwise, we need to define two stack trace formats.
@fvictorio fvictorio added this to EDR Apr 24, 2024
@github-project-automation github-project-automation bot moved this to Unconfirmed in EDR Apr 24, 2024
@fvictorio fvictorio moved this from Unconfirmed to Todo in EDR May 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

No branches or pull requests

1 participant