digitaldonkey / ethereum-php

PHP interface to Ethereum JSON-RPC API. Fully typed Web3 for PHP 7.X
http://ethereum-php.org
MIT License
489 stars 174 forks source link

TX logs not processed #28

Closed digitaldonkey closed 6 years ago

digitaldonkey commented 6 years ago

The returns of the following Ethereum methods

$web3->eth_getTransactionReceipt( ... )
$web3-> eth_getFilterChanges(...)

return log objects which are currently not processed as expected. https://github.com/ethereum/wiki/wiki/JSON-RPC#returns-42

digitaldonkey commented 6 years ago

Please check out the dev branch.