-
Notifications
You must be signed in to change notification settings - Fork 2.1k
fix(cast): calldata-decode --json nested tuple formatting #11212
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
Conversation
@DaniPopes could you review this when you get the chance 😄. I tried my best to implement your suggestion from this PR #9928. |
Makes sense! Thanks for your PR - small nit |
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.
lgtm! pending other reviewers
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.
LGTM, let's way for more reviews?
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.
LGTM, thanks!
Motivation
--json
flag were just being treated as stringsSolution
token_to_json
PR Checklist