status-go/services/wallet/walletconnect
Stefan dc62171219 fix(dapps)_: don't require chain ID for signing typed data v4
The reused implementation from signing typed data V1 was used
in case of signing typed data V4. This implementation required
chain ID to be present in the typed data. This change fixes
the issue by making chainID optional for signing typed data V4.
2024-07-19 09:00:01 +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 fix(dapps)_: don't require chain ID for signing typed data v4 2024-07-19 09:00:01 +02:00
walletconnect_test.go fix(dapps)_: don't require chain ID for signing typed data v4 2024-07-19 09:00:01 +02:00