walletconnectkit-android icon indicating copy to clipboard operation
walletconnectkit-android copied to clipboard

Transaction and personal_sign can not work at metamask 4.2.2

Open bamboo-zh opened this issue 2 years ago • 12 comments

Transaction and personal_sign can not work at metamask 4.2.2 Can not alert the bottom dialog

bamboo-zh avatar Mar 30 '22 09:03 bamboo-zh

I noticed this too, any help please. Thank you

Neo-glitch avatar Apr 01 '22 12:04 Neo-glitch

Yes me too not getting popup for perform transaction and sign transaction.

souravsoftwareer avatar Apr 01 '22 15:04 souravsoftwareer

See video attached https://drive.google.com/file/d/1chqo9uSNvu37O2PRvkG3YOUFAZwfKJ-S/view?usp=sharing

souravsoftwareer avatar Apr 01 '22 15:04 souravsoftwareer

Perform Transaction val toAddress = toAddressView.text.toString() val value = valueView.text.toString() showMessage(toAddress)

        lifecycleScope.launch {
            runCatching {
                   walletConnectKit.performTransaction(toAddress, value)

// val message = "Hello" // walletConnectKit.personalSign(message) } .onSuccess { showMessage("Transaction done!") Log.e("success","Transaction done!") } .onFailure { Log.e("fail",it.message ?: it.toString()) showMessage(it.message ?: it.toString()) } }

souravsoftwareer avatar Apr 01 '22 15:04 souravsoftwareer

Please check the address that you are passed.

jaydipumaretiya avatar Apr 02 '22 09:04 jaydipumaretiya

@jaydipumaretiya this is not issue of address .Mine address is correct it is issue of meta version i have tried with version 4.1.1 it transfer eth but using version 4.2.2 or greater creates issue.

souravsoftwareer avatar Apr 04 '22 06:04 souravsoftwareer

MetaMask version 4.2.2 or greater I have same issue, Transaction and personal_sign can not work

knight-danger avatar Apr 11 '22 17:04 knight-danger

did anyone solve this?

hywelingham avatar Jun 07 '22 08:06 hywelingham

did anyone solve this?

The parameters you pass in for production, I can get the signature by filling in the parameters for production.

q-Mony avatar Jun 09 '22 06:06 q-Mony

Transaction and personal_sign can not work at metamask 4.2.2 Can not alert the bottom dialog

hi have you got solution for this if you got please rply thanks

Basavaraj367 avatar Jun 20 '22 10:06 Basavaraj367

@jaydipumaretiya this is not issue of address .Mine address is correct it is issue of meta version i have tried with version 4.1.1 it transfer eth but using version 4.2.2 or greater creates issue.

hi have got solution for sign message if got please reply thanks

Basavaraj367 avatar Jun 20 '22 10:06 Basavaraj367

Hey, Guys not able to sign a personal msg please please help 🙏 🙏 .

Right now called a personal sign method from code its opening the wallet but dialog is not coming to confirm the person sign. Please with any code or something.

worstkiller avatar Aug 02 '22 22:08 worstkiller