Closed reedsa closed 4 months ago
I'm unable to replicate the issue, I am able to see the deprecation warning after I installed with pip install git+https://github.com/reedsa/eth-typing@docstrings-with-deprecation-notice
.
Circleci is giving me beef, connection drops from github for some reason. Going to keep kicking that job, will merge when it's green!
What was wrong?
ABIElementInfo
is missing from__init__.py
. It should be included as part of__all__
.Docstrings in deprecated functions are missing deprecation warnings. Deprecation messages were not entirely accurate and should list all relevant alternate types as part of the message.
How was it fixed?
Add
ABIElementInfo
to__init__.py
.Update deprecation messages to include all relevant new types, add deprecation messages to docstrings.
Todo:
[x] Clean up commit history
[x] Add or update documentation related to these changes
[x] Add entry to the release notes
Cute Animal Picture