status-im / status-desktop

Status Desktop client made in Nim & QML
https://status.app
Mozilla Public License 2.0
301 stars 79 forks source link

[Browser plugin connector] Implement missing signing methods #16770

Open alexjba opened 3 days ago

alexjba commented 3 days ago

Description

https://docs.metamask.io/wallet/concepts/signing-methods/

Methods needed:

https://www.notion.so/Bring-Browser-Connect-to-the-Same-Level-as-Wallet-Connect-c1f5860267df458580d9fe03d659103b

alexjba commented 3 days ago

These methods are reported as being deprecated by Metamask. https://docs.metamask.io/wallet/concepts/signing-methods/#deprecated-signing-methods Need to analyze if the connector should implement these methods or not

eth_signTypedData
eth_sign

cc @alaibe @saledjenic

alexjba commented 2 days ago

The deprecated methods won't be implemented