-
Notifications
You must be signed in to change notification settings - Fork 5k
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
getPastEvents fails when called with 'allEvents' #2467
Comments
There was a similar issue regarding the getPastEvents method. I will check if this already got solved but not released. |
I'm getting a similar failure. My error is:
For me, I am making a pretty typical web3 transaction:
And it actually works, and the tx is successful as seen in ganache logs. The solidity function is:
The abi of the function is:
I think it has to do with |
@davekaj Thanks for the additional information! I will check and fix this asap. |
This got fixed with PR #2458. |
when using the following code in beta.48 returns the error below. It worked fine in beta.47. Changing "allEvents" to a certain event will also work.
Versions
The text was updated successfully, but these errors were encountered: