We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Especially when using an old fromBlockNumber or fromBlockHash, ethstream takes forever to add all the new blocks.
fromBlockNumber
fromBlockHash
It'd be nice if you could use a filter to limit the number of events that you have to look through.
This might mean changing the API to something more like onAddEvent, onRollbackEvent, and onConfirmEvent
onAddEvent
onRollbackEvent
onConfirmEvent
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Especially when using an old
fromBlockNumber
orfromBlockHash
, ethstream takes forever to add all the new blocks.It'd be nice if you could use a filter to limit the number of events that you have to look through.
This might mean changing the API to something more like
onAddEvent
,onRollbackEvent
, andonConfirmEvent
The text was updated successfully, but these errors were encountered: