ethereum / eth-utils

Utility functions for working with ethereum related codebases.
https://eth-utils.readthedocs.io/en/latest/
MIT License
312 stars 148 forks source link

Deprecation warning for `collapse_if_tuple` #279

Closed reedsa closed 2 months ago

reedsa commented 2 months ago

What was wrong?

collapse_if_tuple is being replaced by get_normalized_abi_component_type in the next major.

Need to warn users that this method will no longer be available.

Related to #271

How was it fixed?

Deprecation warning for collapse_if_tuple with reference to new method.

Todo:

Cute Animal Picture

Put a link to a cute animal picture inside the parenthesis-->

reedsa commented 2 months ago

Happy to have an alias rather than deprecate/remove. Keeping it around with docs to indicate it is an alias would be better. Closing this, will update #271