We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Invalid encoding result. ABI.encode("getVerificationContract(string)", ["test"]) |> Base.encode16(case: :lower) Expected:
ABI.encode("getVerificationContract(string)", ["test"]) |> Base.encode16(case: :lower)
0x8575e5a5000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000047465737400000000000000000000000000000000000000000000000000000000
Returned
8575e5a500000000000000000000000000000000000000000000000000000000000000047465737400000000000000000000000000000000000000000000000000000000
The text was updated successfully, but these errors were encountered:
@PavelVesnin have you found any workaround for the issue?
Sorry, something went wrong.
A couple of months ago I re-wrote encoder and decoder of abi n https://github.com/poanetwork/ex_abi . it should be fixed there
No branches or pull requests
Invalid encoding result.
ABI.encode("getVerificationContract(string)", ["test"]) |> Base.encode16(case: :lower)
Expected:
Returned
The text was updated successfully, but these errors were encountered: