Skip to content
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

eth-utils for ABI methods #3372

Closed
wants to merge 9 commits into from
Closed

eth-utils for ABI methods #3372

wants to merge 9 commits into from

Conversation

reedsa
Copy link
Contributor

@reedsa reedsa commented May 1, 2024

What was wrong?

ABI utilities are now public. Web3.py should be updated to import the public utilities.

Closes #3036

How was it fixed?

Makes web3 compatible with eth-utils @ 4.2.2

Todo:

  • Clean up commit history
  • Add or update documentation related to these changes
  • Add entry to the release notes

Cute Animal Picture

Screen Shot 2024-05-01 at 12 12 28 PM

reedsa added 4 commits May 1, 2024 09:16
* Update `collapse_if_tuple` -> `get_normalized_abi_arg_type`
* Update imports to `eth-typing` ABI types
* Specify type for abi event
* Fix lint
@reedsa reedsa marked this pull request as ready for review May 8, 2024 21:49
@reedsa reedsa force-pushed the abi-eth-utils branch 4 times, most recently from 601bd0d to 9c9956c Compare May 9, 2024 19:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Port useful abi utility methods to public utils directory
1 participant