-
Notifications
You must be signed in to change notification settings - Fork 151
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: add parsing support for JSON items #329
Conversation
b367ee0
to
b85006f
Compare
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.
supportive
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.
approving for when you feel it's ready @DaniPopes
Small thing about this is that all parse functions use the same parser, so they will accept and ignore stuff like "indexed" and state mutability instead of returning an error, which I don't think is that bad |
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
3409c4a
to
e56c319
Compare
Add
FromStr
andparse
associated functions tojson-abi
items and params.Supersedes #310
Closes #291