-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Allow nodes that fail to include removed in event logs. #3959
Comments
I'll look at this first thing tomorrow, because that definitely shouldn't happen. |
Same issue here.
I temporarily removed the removed property from the object in the source code to continue my project development. Not a good solution but everything works well. |
Fixed in v6.4.0. Thanks! :) |
I'm still having a similar issue with v6.9.2.
|
Ethers Version
6.3.0
Search Terms
invalid value for value.removed
Describe the Problem
I upgrade ethers today from v5 to v6.
everything works correctly but the events of contracts not working correctly for me.
e.g. I'm trying to get Approval events of a standard ERC20 token.
but when the Approval event is fired, I see this message on my console.
btw, I use ethers with typechain (I don't know if it is important)
@typechain/ethers-v6: 0.3.0
typechain: 8.1.1
Application: Vue 3
Chain: Ganache
Wallet: Metamask
Code Snippet
Contract ABI
No response
Errors
Environment
Ganache
Environment (Other)
No response
The text was updated successfully, but these errors were encountered: