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

Migrate from ethabi to alloy #5692

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Migrate from ethabi to alloy #5692

wants to merge 2 commits into from

Conversation

isum
Copy link
Contributor

@isum isum commented Oct 30, 2024

This PR removes the deprecated ethabi dependency and migrates the codebase to alloy.

Closes #5669

⚠️ Requires attention:

The ethabi::Token enum has fewer variants than alloy_dyn_abi::DynSolValue, so the EthereumValueKind enum was extended to support function pointer kind.

Todos

  • Make sure all tests pass
  • Make sure that the existing functionality has not been changed in any way

@isum isum added the dependencies Pull requests that update a dependency file label Oct 30, 2024
@isum isum self-assigned this Oct 30, 2024
@isum isum marked this pull request as ready for review November 4, 2024 15:41
@fordN fordN requested a review from mangas November 4, 2024 16:47
Copy link
Contributor

@mangas mangas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

see commends about testing otherwise LGTM

@mangas
Copy link
Contributor

mangas commented Nov 6, 2024

We absolutely need to test this on the integration cluster before merging though

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

No longer rely on deprecated ethabi crate
2 participants