web3.php/src
Song 5d0bba720d
Fix toHex: is numbericPHP Fatal error: Uncaught Error: Call to a member function toHex() on array in \web3.php\src\Formatters\IntegerFormatter.php:36
move is_string() to the front of is_numeric(), resolve the problem of digit string recognition. such as a string "20180001"
2018-11-16 15:46:50 +08:00
..
Contracts Rename Web3\Formatters\Integer to Web3\Formatters\IntegerFormatter 2018-02-07 14:26:41 +08:00
Formatters Fix BooleanFormatter. 2018-02-21 09:52:22 +08:00
Methods Add comments,__get and __set. 2018-02-07 13:55:32 +08:00
Providers Add comments,__get and __set. 2018-02-07 13:55:32 +08:00
RequestManagers add HttpRequestManager timeout params 2018-02-24 18:51:47 +08:00
Validators Change transaction validator data field. 2018-02-22 16:55:53 +08:00
Contract.php Remove to parameter when publishing contract transaction 2018-04-03 07:04:47 +03:00
Eth.php Add comments,__get and __set. 2018-02-07 13:55:32 +08:00
Net.php Add comments,__get and __set. 2018-02-07 13:55:32 +08:00
Personal.php Add comments,__get and __set. 2018-02-07 13:55:32 +08:00
Shh.php Add comments,__get and __set. 2018-02-07 13:55:32 +08:00
Utils.php Fix toHex: is numbericPHP Fatal error: Uncaught Error: Call to a member function toHex() on array in \web3.php\src\Formatters\IntegerFormatter.php:36 2018-11-16 15:46:50 +08:00
Web3.php Add comments,__get and __set. 2018-02-07 13:55:32 +08:00