eth-sig-util icon indicating copy to clipboard operation
eth-sig-util copied to clipboard

ABI encoding is out of date

Open alex-miller-0 opened this issue 4 years ago • 1 comments

This library is using ethereumjs-abi, which does not support the newer ABI_V2 spec and has been deprecated as a result: https://github.com/ethereumjs/ethereumjs-abi/issues/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.

alex-miller-0 avatar Mar 12 '21 21:03 alex-miller-0

This is a legit problemo.

deanshelton913 avatar Apr 20 '21 07:04 deanshelton913