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
I'm getting a MatchError raised by ex_abi when I use this library to call a contract's method that returns an array of uint256. Initially I thought it was a bug in ex_abi but based on the evidence provided in poanetwork/ex_abi#98 it seems that there might something wrong on how this library is handling the response from the RPC call and passing that to ex_abi for decoding.
The issue I reference in ex_abi has all the required information to reproduce the bug
The text was updated successfully, but these errors were encountered:
I'm getting a MatchError raised by ex_abi when I use this library to call a contract's method that returns an array of
uint256
. Initially I thought it was a bug in ex_abi but based on the evidence provided in poanetwork/ex_abi#98 it seems that there might something wrong on how this library is handling the response from the RPC call and passing that to ex_abi for decoding.The issue I reference in ex_abi has all the required information to reproduce the bug
The text was updated successfully, but these errors were encountered: