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

Adds support for deduping logs. #13

Merged
merged 2 commits into from
Feb 19, 2018
Merged

Adds support for deduping logs. #13

merged 2 commits into from
Feb 19, 2018

Conversation

MicahZoltu
Copy link
Collaborator

Multiple filters can return the same log, so we need to dedupe logs rather than throwing. This is a breaking change because we previously had documented behavior that duplicate logs would throw, whereas now we just assert that if the block hash and index are the same, then the log is the same.

Fixes #7

Multiple filters can return the same log, so we need to dedupe logs rather than throwing.  This is a breaking change because we previously had documented behavior that duplicate logs would throw, whereas now we just assert that if the block hash and index are the same, then the log is the same.
v4.0.0: 4.0.0
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.

1 participant