Skip to content
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
@dvush

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions