AlphaWallet / alpha-wallet-ios

An advanced Ethereum/EVM mobile wallet
https://www.alphawallet.com
MIT License
599 stars 373 forks source link

Sending transaction with WalletConnect v1 does nothing #6041

Closed hboon closed 1 year ago

hboon commented 1 year ago

@oa-s will send you a URL offline

  1. Visit URL in desktop browser
  2. Make sure Goerli is enabled
  3. Click "Connect wallet"
  4. Approve WalletConnect session
  5. Click "Mint Test Devcon Souvenir Token"
  6. WalletConnect actionsheet to sign transaction appears
  7. Tap Confirm
  8. Actionsheet closes

Expected

  1. Transaction sent — a confirmation screen appears about transaction sent and show up as done or pending in Activity

Observed

  1. Nothing seemed to have happened

Works if accessed in dapp browser

oa-s commented 1 year ago

there is sign transaction request, so we just sign it and return back via wallet connect. maybe it parsed wrong and should be send transaction

oa-s commented 1 year ago

sorry looks like i found the issue