Mishael Ochu
Mishael Ochu
It's possible, when the trust web3 provider is running wss (websockets) it emits data events and behaves like an EventEmitter...when it is using https it doesn't emit those events. I'd...
First of all, @destinatis, it looks like you're attempting to use version 1.0. MetaMask, truffle, and Trust wallet are using version 0.23.x. There are PRs for truffle to begin using...
It looks like MetaMask supports *some* of 1.0...this particular feature set (block tracker) in 1.0 isn't supported yet, for instance, https://github.com/MetaMask/metamask-extension/pull/4279)
> Also, not clear if I explained the problem correctly. Our users are able to transact. The problem exists on the end of the transaction where the receipt or confirmations...
>@mishfit Thanks for the reply! Our dApp works on MetaMask with Web1.0.js library. Based on what you are saying it could only mean that block tracker is not required to...
> I am not quite sure how changing the provider would fix the problem. Isn't Trust JS library required in order to make it all work? I don't mean change...
Upon further reflection, I'm going to have to rip out the `provider-engine` in favor of the `json-rpc-engine`
> Okay, do you have an ETA for that? And, most importantly... Will it fix the issue with callbacks? I'll be replacing it tonight, I don't have an ETA. It...
You can track progress [here](https://github.com/TrustWallet/trust-web3-provider/pull/11)
I've got a version of the provider that uses websockets (web3 1.0). If you have a specific issue it would help to have access to the dapp source code (or...