Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added blockHash to FilterOptions #23

Closed
wants to merge 1 commit into from

Conversation

nionis
Copy link

@nionis nionis commented Aug 5, 2018

Merge this when you feel like its the right time

@MicahZoltu
Copy link
Collaborator

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
Copy link
Collaborator

Superseded by #25.

@MicahZoltu MicahZoltu closed this Aug 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants