-
Notifications
You must be signed in to change notification settings - Fork 271
Remove collapse type #88
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
docs/releases.rst
Outdated
@@ -11,6 +11,9 @@ Released July 19, 2018 | |||
- :meth:`~eth_abi.abi.decode_single` called with ABI type 'string' will now return a python | |||
:class:`str` instead of :class:`bytes`. | |||
- Support for the legacy ``real`` and ``ureal`` types has been removed | |||
- The :meth:`~eth_abi.abi.encode_single` and | |||
:meth:`~eth_abi.abi.decode_single` functions no longer accept type tuples | |||
to identify ABI types. Only type strings are accepted. |
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.
Since alpha 1 was already released, this should go into a new version log.
434bc1c
to
3c9a285
Compare
Also, modify behavior of `encode_single` and `decode_single` to only accept type strings and not type tuples.
3c9a285
to
ac3bffc
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.
Cool, is process_type()
next?
@carver Yep. There's already a PR for it that I'm going to rebase. |
* remove testall because it doesnt work
What was wrong?
See issue #86 .
How was it fixed?
Removed
collapse_type
. Modified behavior ofencode_single
,is_encodable
, anddecode_single
.Cute Animal Picture