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
This has a lot of valuable information but is not very readable.
Since we have insights into which contracts and functions are called, we can augment the calltrace with more data.
Some points that would help the parsed call trace be more informative:
Include call contract name
Decode selector into its relevant string
Caller addresses and and contract addresses in Hex (or configurable)
Deserialized call results to their Cairo types
Gas usage of each entry point
A good reference is how this is displayed on Walnut
The text was updated successfully, but these errors were encountered:
Which component is your feature related to?
Forge
Feature Request
Currently, the output of
get_call_trace()
is something like the following:This has a lot of valuable information but is not very readable.
Since we have insights into which contracts and functions are called, we can augment the calltrace with more data.
Some points that would help the parsed call trace be more informative:
A good reference is how this is displayed on Walnut
The text was updated successfully, but these errors were encountered: