-
Notifications
You must be signed in to change notification settings - Fork 24
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
feat: Display call parameters in the callstack table #143
Comments
hey i would like to do this, i recently did the virtualization changes, so i know where to add the column and rest. |
Can I take this? |
Hi, I am a frontend software engineer that recently discovered starknet ecosystem! I really want and I am motivated to start doing my first contributions to the ecosystem, I would be honored to tackle this issue by looking at what the result of this API is about and making all changes needed ! |
Thank you everyone for your interest in working on this issue. I am assigning it to @melnikga, who has the capacity and relevant experience to address this promptly. |
feat: Display call parameters in the callstack table - Issue #143
The
run
API endpoint has been updated to return parameters within the callstack entries. These parameters can be found atcallstack[execution_step][call_index].params
.Required Changes:
PARAMETERS
in the callstack table.type_name
.Parameters
column and optimize space use.Parameters example:
We expect to see comma-separated Parameters row:
828, 9999999977109, [3, 0], [5, 0], [7, 0]
The text was updated successfully, but these errors were encountered: