Orange-Wallet / wallet-connect-dart

Wallet Connect client in Dart.
https://pub.dev/packages/wallet_connect
BSD 3-Clause "New" or "Revised" License
115 stars 78 forks source link

wc.approveRequest cannot be received by dapp. #15

Open peipeitu opened 2 years ago

peipeitu commented 2 years ago

I'm working on a wallet app with wallet connect. When I got a request by onEthSendTransaction, I just did these things below:

  1. Get the info from wallet connect.
  2. Sign the transaction.
  3. Send transaction by web3 and get the txHash.
  4. wc.approveRequest(id: id, result: txHash). And the id is get from 1.

I can check the transaction on explorer. But the dapp web is still waiting for me to confirm the transaction.

Is there anyone can help me? Thanks!

Abhimanyu121 commented 2 years ago

@thelazyindian can you take a look

thelazyindian commented 2 years ago

Must be some issue or glitch on dapp side that might happen randomly at times I guess.

froze9063 commented 1 year ago

Hi guys any update on this? I also facing same issue on uniswap

thelazyindian commented 1 year ago

Are you sending back the same request id you got when you received the request?