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

Change edr_napi::provider::Response::solidity_trace to return a stack trace #733

Open
agostbiro opened this issue Nov 28, 2024 · 0 comments · May be fixed by #734
Open

Change edr_napi::provider::Response::solidity_trace to return a stack trace #733

agostbiro opened this issue Nov 28, 2024 · 0 comments · May be fixed by #734
Assignees

Comments

@agostbiro
Copy link
Member

Definition of Done

Change edr_napi::provider::Response::solidity_trace to return a stack trace. This involves the following:

  • Update the provider so that it returns a generated solidity stack trace. It should be only computed if there was an error during execution.
  • Move all the logic that won't be exported anymore (vm tracer, decoder, solidity tracer, error inferrer) to edr_solidity and make them plain Rust code without references to NAPI.
@agostbiro agostbiro added this to the Hardhat v3 milestone Nov 28, 2024
@agostbiro agostbiro self-assigned this Nov 28, 2024
@agostbiro agostbiro added this to EDR Nov 28, 2024
@github-project-automation github-project-automation bot moved this to Unconfirmed in EDR Nov 28, 2024
@agostbiro agostbiro moved this from Unconfirmed to In Progress in EDR Dec 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In Progress
Development

Successfully merging a pull request may close this issue.

1 participant