-
Notifications
You must be signed in to change notification settings - Fork 1k
Description
Bug Report
Using the personal_sign method does not seem to work within Status while it works from web3 wallets.
Problem
Using the personal sign method fails to trigger a populated dialog that can be signed by the user.
An overview of the background required to understand the problem.
Attempting to use snapshot.page we discovered that Status is the only wallet unable to sign messages for voting.
A problem description.
Using the following test page: https://danfinlay.github.io/js-eth-personal-sign-examples/
When clicking on personal_sign it should trigger a populated dialog to sign (as in metamask). It either fails to trigger or populated an empty dialog box as when attempting to vote using snapshot.
Expected behavior
It should populate a dialog box and allow the user to sign it.
Actual behavior
Either no dialog box appears or an empty one sign request appears.
Reproduction
- Open Status
- go to https://danfinlay.github.io/js-eth-personal-sign-examples/
- click "connect".
- click "personal_sign"
Additional Information
- Operating System:
...