You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In a previous commit we made sol-dbg a little resilient to missing contracts. But there is still a lot left to do:
Add a test where you have a contract A whose artifact is missing, but its referenced in the arguments, and getters of contract B.
Make sure that stack trace building for functions/getters that have B as an argument/return still work
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
The text was updated successfully, but these errors were encountered:
In a previous commit we made sol-dbg a little resilient to missing contracts. But there is still a lot left to do:
A
whose artifact is missing, but its referenced in the arguments, and getters of contractB
.B
as an argument/return still workThe text was updated successfully, but these errors were encountered: