status-go/services/wallet/walletconnect
Stefan 5336c47f1b feat(dapps)_: extend and improve sign
Add `wallet_SafeSignTypedDataForDApps` with support for
`eth_signTypedData` and `eth_signTypedData_v4`
Reject if the chain to sign doesn't matches the target chain
for typed data signing

Add `wallet_HashMessageForSigning` with to support hashing messages
for signing in a safe way as per EIP-191 v45 and supporting
to hash messages for signing on the client side (keycard)

Deprecate `wallet_SignTypedDataV4``

Updates: #15361
2024-07-09 09:01:36 +02:00
..
database.go fix(dapps)_: fix JSON marshaling for walletconnect.DBSession 2024-07-02 19:17:28 +02:00
database_test.go feat(dapps)_: expose wallet_GetWalletConnectActiveSessions API 2024-07-02 19:17:28 +02:00
helpers.go chore(dapps)_: remove WalletConnect service POC 2024-05-28 19:29:08 +02:00
helpers_test.go feat(walletconnect)_: support for session proposal for wc 2.0 2023-11-27 10:49:23 +01:00
testing.go feat(dapps)_: expose wallet_GetWalletConnectActiveSessions API 2024-07-02 19:17:28 +02:00
walletconnect.go feat(dapps)_: extend and improve sign 2024-07-09 09:01:36 +02:00
walletconnect_test.go feat(dapps)_: extend and improve sign 2024-07-09 09:01:36 +02:00