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
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