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

Make sol-dbg more resilient to missing contracts #40

Open
cd1m0 opened this issue Jul 17, 2024 · 0 comments
Open

Make sol-dbg more resilient to missing contracts #40

cd1m0 opened this issue Jul 17, 2024 · 0 comments
Assignees

Comments

@cd1m0
Copy link
Collaborator

cd1m0 commented Jul 17, 2024

In a previous commit we made sol-dbg a little resilient to missing contracts. But there is still a lot left to do:

  1. Add a test where you have a contract A whose artifact is missing, but its referenced in the arguments, and getters of contract B.
  2. Make sure that stack trace building for functions/getters that have B as an argument/return still work
  3. Make sure that stack trace building/decoding kinda works for arguments that are structs/enums contained inside B. By kinda I mean that the whole frame is still decoded, with the relevant fields with missing information just marked as missing
@cd1m0 cd1m0 self-assigned this Jul 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant