Sean Casey

Results 3 issues of Sean Casey

Metamask is getting rid of the `ethereum.autoRefreshOnNetworkChange` property, and suggesting that dApps rely on the `ethereum.on("networkChange", callback)` listener instead. https://metamask.github.io/metamask-docs/API_Reference/Ethereum_Provider#ethereum.autorefreshonnetworkchange Being able to force a dApp to reload on network...

Uses the `networkMismatch` flag to allow handling of network-related halting of loading drizzle. Updates the redux LoadingContainer and adds a new Context API-friendly Loading Container

There's an unnecessary `contractCreatorSpy` used to instantiate `drizzle.web3` in `api.test.js` and `middleware.test.js` E.g., in `api.test.js` line 28-32: ``` // Create Drizzle and simulate web3 resolution contractCreatorSpy = jest.fn() let mockedWeb3...