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 77 forks source link

Sign message error #2

Closed Fury76 closed 2 years ago

Fury76 commented 2 years ago

step1: open the opensea.io, and connect walletconnect

step2: open profile -> collected, and open the own collect.

step3: click the sell button, to sell my collect.

step4: set the price, click "Complete listing" button, then click "unlock" button

step5: click "sign" button in walletconnect.

then error: There was an error with your transaction. Please try again.

WX20211005-115439@2x
thelazyindian commented 2 years ago

Check with https://github.com/Orange-Wallet/wallet-connect-dart/commit/aa1b2408f9c5789407b86039ccbff1c19dd07f9c

thelazyindian commented 2 years ago

Fixed with https://github.com/wakumo/eth-sig-util/commit/0fd33b2e91b223ed547cae26779fb1fa7b32e8ce So eth_sig_util: ^0.0.6 onwards you won't have this issue.