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
In 1.x seems that there is a bug and strings cannot be used to filter indexed events
1.x
Example
contract.events.MyEvent({filter: {a: "string"}})
We should ensure that this works on 4.x
4.x
Reported lately: #5806 Initial issue: #3053
The text was updated successfully, but these errors were encountered:
Currently in 4.x, filtering of non-indexed events arguments does not work. Instead all the events are returned
Sorry, something went wrong.
In addition to this, filtering of indexed strings was not supported
spacesailor24
Successfully merging a pull request may close this issue.
This is not a Bug Report, Feature Request, or related to Documentation
Is there an existing issue for this?
What's up?
In
1.x
seems that there is a bug and strings cannot be used to filter indexed eventsExample
We should ensure that this works on
4.x
Examples/References
Reported lately: #5806
Initial issue: #3053
The text was updated successfully, but these errors were encountered: