Skip to content
This repository has been archived by the owner on Jul 7, 2020. It is now read-only.

ecrecover function doesnt trigger when called in trustwallet dapp browser #52

Open
ersanyakit opened this issue Oct 14, 2019 · 4 comments
Assignees

Comments

@ersanyakit
Copy link

ersanyakit commented Oct 14, 2019

Platform : Android
TrustWallet APP Version : 1.7.055

ecRecover function doesnt trigger when called in trustwallet dapp browser

message parameter
0x5369676e696e672074686973206d6573736167652070726f76657320796f7572206f776e657273686970206f6620796f757220457468657265756d2077616c6c6574206164647265737320746f2045584e434520776974686f757420676976696e672045584e43452061636365737320746f20616e792073656e73697469766520696e666f726d6174696f6e2e204d6573736167652049443a2040313537313031373333313430382e

signature parameter
0x05ce8f09a1ccc0a8e5f59f36aabd584ce50cfd032fdf17c722d5dfb38397e102118a3aab374e7f3ebe17ab3fad645cd940249e7cdbe84328d86125b7f6af34871c

web3.personal.ecRecover(message, signature, function(error, result) {
alert(result);
alert(error);
});

@hewigovens
Copy link

could you please try load and test ec recovery in this site? https://js-eth-sign.surge.sh/ and to see if any error occurs

@ersanyakit
Copy link
Author

ersanyakit commented Oct 15, 2019

@hewigovens i testedit but it's same as my problem...

Tested on Android
TrustWallet version : 1.7.065

photo5848241484615233838

@hewigovens
Copy link

hewigovens commented Oct 15, 2019

it did work in iOS, @madcake any ideas?

@madcake
Copy link

madcake commented Oct 15, 2019

it did work in iOS, @madcake any ideas?

No ideas, I will debug.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants