ethereumjs / ethereumjs-blockstream

Reliable stream of Ethereum blocks
MIT License
80 stars 19 forks source link

added blockHash to FilterOptions #23

Closed nionis closed 6 years ago

nionis commented 6 years ago

Merge this when you feel like its the right time

MicahZoltu commented 6 years ago

Once there is a version Geth and Parity released that supports fetching logs by blockhash I'll be ripping out everything related to fetching logs by number (there are so many problems with fetching by number, you should never use it when working near head, it is only useful for reading history (e.g., 10+ blocks back) which blockstream doesn't do.

This change will be included, as well as a bunch of other stuff to fix all of the current known problems.

MicahZoltu commented 6 years ago

Superseded by #25.