xf00f / web3x

Ethereum TypeScript Client Library - for perfect types and tiny builds.
211 stars 27 forks source link

new metamask update breaks getReceipt #76

Open nionis opened 4 years ago

nionis commented 4 years ago

I am not sure if this is the right place to report this, but I have unsuccessfully tried to replicate this bug on other dapps which don't use web3x.

Last night there was a new update for metamask (7.7.0) that breaks "newBlockHeaders" subscription, https://github.com/xf00f/web3x/blob/9b1fb496274c7e9c4c5539ec4b1e96c22d78bce1/web3x/src/eth/send-tx.ts#L66 doesn't fire.

I can confirm it works on previous versions, and that on my end I haven't changed my source code.