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

ABI encoding is out of date #134

Open
alex-miller-0 opened this issue Mar 12, 2021 · 1 comment
Open

ABI encoding is out of date #134

alex-miller-0 opened this issue Mar 12, 2021 · 1 comment

Comments

@alex-miller-0
Copy link

alex-miller-0 commented Mar 12, 2021

This library is using ethereumjs-abi, which does not support the newer ABI_V2 spec and has been deprecated as a result: ethereumjs/ethereumjs-abi#86

ABI_V2 changed the way bytes and string params are encoded and I know from personal experience that ethereumjs-abi does not decode newer messages properly. I don't know if the encoding side will work or not, but I would suggest considering a move to ethers if this repo is still in development.

@deanshelton913
Copy link

This is a legit problemo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants