Kaiesh Vohra

Results 3 issues of Kaiesh Vohra

If a param of type `address` is included in a function call, it appears that the function stack used to encode TX data is as follows: 1. Contract.php->getData 2. Ethabi.php->encodeParameters...

In Utils [the is_numeric condition](https://github.com/web3p/web3.php/blob/cede0cc410363ec6182a732e98bb017e421352f4/src/Utils.php#L495) for formatting a response into a BigNumber for further manipulation does not account for numbers such as: ``` 0x008000000000000000000000000000000e00000000000000000000000000000000 ``` This number should be converted...

Very large non-negative numbers are encoded to hex strings in excess of 64 chars - this is due to Two's Complement representation being set to true on these non-negative numbers....