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

Renaming leftover references to deprecated eth_abi.decode_abi to eth_abi.decode #2636

Merged
merged 3 commits into from
Sep 8, 2022

Conversation

Polsaker
Copy link
Contributor

@Polsaker Polsaker commented Sep 8, 2022

What was wrong?

eth_abi.decode_abi was renamed to eth_abi.decode and the original method was deprecated. #2626 already addressed the calls to eth_abi.encode_abi

Related to Issue #2621

How was it fixed?

Replaced all instances of eth_abi.decode_abi with eth_abi.decode

Todo:

Cute Animal Picture

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

@pacrob
Copy link
Contributor

pacrob commented Sep 8, 2022

Woo, thanks for catching those! Not sure why I missed them. I'll read it over and look at those test timeouts, but looks good so far.

@kclowes
Copy link
Collaborator

kclowes commented Sep 8, 2022

@pacrob the timeouts are unrelated to this PR. I'm going to do some digging in. We think it may be from the new geth fixture.

@pacrob pacrob merged commit 7145564 into ethereum:master Sep 8, 2022
pacrob pushed a commit that referenced this pull request Sep 8, 2022
…th_abi.decode` (#2636)

* Renaming leftover references to deprecated `eth_abi.decode_abi` to `eth_abi.decode`
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.

3 participants