Closed nionis closed 6 years ago
When trying to decode a uint[] or int[] it errors because it tries to do this:
new Web3().toBigNumber("1,2,3").toString()
and results to a throw from BigNumber,
this is a fix, also updates tests, and missing dependency "transform-runtime"
Thank you for the contribution :)
When trying to decode a uint[] or int[] it errors because it tries to do this:
and results to a throw from BigNumber,
this is a fix, also updates tests, and missing dependency "transform-runtime"