This repository has been archived by the owner on May 20, 2021. It is now read-only.
This repository has been archived by the owner on May 20, 2021. It is now read-only.
eth_sign behavior is not compatible with JSON RPC spec and other wallet implementations. #32
Open
Description
When using JSON-RPC method "eth_sign" as described here https://eth.wiki/json-rpc/API user is asked to sign hex of the message instead of the actual message.
This behavior in inconsistent with other wallets such as metamask, geth, argent, etc.
On the other hand "personal_sign" with the same arguments (in different order) works as expected.
Metadata
Assignees
Labels
No labels