Yongchan Hong

Results 4 issues of Yongchan Hong

Fix typo in export receipts and logs

`uninstallFilter` is deprecated as we can see in the following [document](https://web3py.readthedocs.io/en/stable/web3.eth.html#web3.eth.Eth.uninstall_filter). We should update to `uninstall_filter` instead. I have ran through pytest and it worked.

Related issue: #315 Related PR: #351

Support stream option

enhancement