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

A contract call which triggers multiple events of the same name throws error #3272

Closed
knightlands opened this issue Dec 13, 2019 · 0 comments · Fixed by #3297
Closed

A contract call which triggers multiple events of the same name throws error #3272

knightlands opened this issue Dec 13, 2019 · 0 comments · Fixed by #3297
Labels
1.x 1.0 related issues Bug Addressing a bug

Comments

@knightlands
Copy link

knightlands commented Dec 13, 2019

There is #2933 with exactly same issue i am experiencing.
Turns out that
method.extraFormatters.receiptFormatter() in web3-core-method throws "Error: Returned values aren't valid, did it run Out of Gas?"

I am able to fix it by indexing arguments in same order but it is something that we are not willing to do.

Please investigate as it seems like that problem was fixed in the past.

web3 1.2.4
truffle 5.1.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1.x 1.0 related issues Bug Addressing a bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants