-
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
1.0.0-beta.46 send transaction, when confirmed throw exception: TypeError: Cannot read property 'anonymous' of undefined
#2365
Comments
@nivida
Then when transaction is confirmed, it will trigger these methods:
But some events' abi can not found, so that the I think I found the guilty lines: if the So in your test, you should make a transaction that can emit an event from other contract. |
Yeah. I'm got this problem as well. Probably something to do with Escrow contract. |
I have a similar problem. Is there a way to solve this problem? |
Do you know what to do with escrow contract? Did you solve this problem? |
@gudcjfdldu This is a web3 bug, if your transaction will trigger another contract event, web3 will trigger this bug. I've downgraded to 1.0.0-beta.36. |
@BigMurry i think Version 1.0.0-beta.37 seems to be the most stable. |
Thanks all for the additional information. I will fix and release this asap! |
can release a new version for this bug fix? @nivida |
Expected behavior
send transaction should work fine.
Actual behavior
Steps to reproduce the behavior
when transaction is confirmed on the blockchain, exception occurred.
Error Logs
code snapshot:
Versions
Web3.js -
1.0.0-beta.46
Nodejs -
v10.14.0
NPM -
v6.4.1
The text was updated successfully, but these errors were encountered: