You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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#86ABI_V2 changed the way
bytes
andstring
params are encoded and I know from personal experience thatethereumjs-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 toethers
if this repo is still in development.The text was updated successfully, but these errors were encountered: