-
Notifications
You must be signed in to change notification settings - Fork 29
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: support simple tuple argument #1472
Conversation
FILENAME:
FILENAME:
|
FILENAME:
FILENAME:
|
… reports) + reformat JSON
… reports) + reformat JSON
… reports) + reformat JSON
… reports) + reformat JSON
the simple tuple payload did not sim properly in tenderly before but does now: nested tuples is another issue for later: #1475 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For clarification: is the simple_tuple usecase the standard one? Or do we need another "non-tuple" use-case to make sure simple payload reports don't break?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Test case coverage looks good. Works as intended for tuples
closes #1168