cds-amal

Results 105 comments of cds-amal

Hi @alanarvelo . We'll want to coordinate this when the new MM changes arrives. The account change is resolved in the [drizzle-middleware](https://github.com/trufflesuite/drizzle/blob/develop/packages/store/src/drizzle-middleware.js#L9-L22). My hunch is to modify the accounts saga...

@KorbinianK do you have a sample repo you could share? I'll try to reproduce it in the mean time.

This is an interesting use case and I think Drizzle should forward errors from any provider it is using and resolve failed transactions from our outstanding stack. @DiscRiskandBisque, @adrianmcli, what...

Hi @cig1, Thanks for this! Is it possible to share a full repo that shows this issue? The diff shows a test inserted for a custom provider before the MetaMask's...

@cig1 Thanks for the repo link! TIL coinbase injects a toshi provider into `window.ethereum`. ~~I think the fix to this issue would be to invoke ethereum.enable only if ethereum.isMetaMask is...

@cig1 FYI I tested web3 resolution on IOS with the `status` and `coinbase` apps. Drizzle works with status but doesn't resolve with coinbase. I suspect the coinbase browser does something...

@cig1 FYI, I'm working on this issue, which you can follow on the [fix/coinbase-init-web3 branch](https://github.com/trufflesuite/drizzle/tree/fix/coinbase-init-web3), and you can test with [this repo](https://github.com/cds-amal/drizzle_react_example/tree/drizzle-220)

Hi @friedhelmensch , Is there a truffle project associated with your reproduction? Drizzle needs to be configured to know what deployed contracts to connect to on the testnet. Can you...

@jgitgud is it possible metamask is not set to the correct network while loading the dapp?

Thanks for raising this @SeanJCasey. > 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 > Yes,...