You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I looked into this a little. The only failing test is "contract events work".
I confirmed that the contract is created and that the contract.modifiesState(1) call has the same transaction response between EthereumJS and EDR (the only difference being the block hash, but that's expected). For some reason, the Promise onContractEvent that is returned is never triggered though, causing a timeout.
Definition of Done
Fix
ethers.WebSocketProvider
tests and move file fromtest-edr-failing
totest
The text was updated successfully, but these errors were encountered: