Commit Graph

202 Commits

Author SHA1 Message Date
Ilja
1200b60877 Implement solana secret key storage and recovery 2022-03-14 14:06:19 +02:00
Ben Kremer
2b695af9f0 fix: allows rejected eth_sendTransaction call to bubble to handler
Fixes: https://github.com/WalletConnect/walletconnect-monorepo/issues/854

There was a superfluous try/catch here which caused the rejection to be
logged and then continue instead of throwing and allowing the
JsonRpcHandler wrapper to handle the promise rejection.
2022-03-14 11:11:16 +01:00
Ben Kremer
dad29d7611 Revert "Cosmos signature verification (#6)"
This reverts commit 3c47a595b8.
2022-03-10 15:38:53 +01:00
Alex
3c47a595b8
Cosmos signature verification (#6) 2022-03-10 15:30:12 +01:00
Ben Kremer
512d9f1ccc fix: sets rpc result to null on rejection for EthereumProvider examples 2022-03-10 12:16:05 +01:00
Ben Kremer
929779f213 fix(dapps): aligns EIP712 example with the one used in spec
Reference: https://eips.ethereum.org/EIPS/eip-712
2022-03-10 12:04:09 +01:00
Ben Kremer
86987454eb docs: use walletconnect subdomains for demo links in top-level readme 2022-03-10 10:39:20 +01:00
Ben Kremer
2c314afee9 docs(dapp): use walletconnect subdomains for demo links 2022-03-10 10:36:38 +01:00
Ilja
8d7b4ab17c prep for canary release flow 2022-03-07 12:18:38 +02:00
Ilja
74c43b7369
Update README.md 2022-03-04 16:01:18 +02:00
Ilja
d6b87c0619
Update README.md 2022-03-04 14:35:48 +02:00
Ilja
2dda0c6a7b
Delete .DS_Store 2022-03-04 14:32:15 +02:00
Ilja
1820c19a43
Delete .DS_Store 2022-03-04 14:32:06 +02:00
Ilja
1d5f3fbd80 Fix account display in session page 2022-03-04 14:24:12 +02:00
Ilja
1cd9228dad Merge branch 'main' of https://github.com/WalletConnect/web-examples 2022-03-04 14:08:29 +02:00
Ilja
39e68dfcd3 Enable per chain account selection 2022-03-04 14:08:20 +02:00
Ben Kremer
e437e802dd fix: handle session_updated event in EthereumProvider examples 2022-03-04 12:03:24 +00:00
Ilja
a22cd324b1 Merge branch 'wallets' 2022-03-04 13:42:40 +02:00
Ilja
c6ebce7bf3 Update readme 2022-03-04 13:42:20 +02:00
Ilja
02bf3b642d Create request modal components to cleanup the views 2022-03-04 13:10:05 +02:00
Ilja
ae1a9f8f7c Cleanup and unify request data display 2022-03-04 12:37:17 +02:00
Ben Kremer
1998be6295 refactor(dapp-v2): use existing onSessionConnected handler for session_updated 2022-03-04 10:30:08 +00:00
Ilja
f4df97e97b Cleanup session project data display 2022-03-04 12:24:15 +02:00
Ben Kremer
6eec915a46 Merge branch 'fix/session-update-handling' into main 2022-03-04 10:22:27 +00:00
Ben Kremer
57e991f56a fix(v2-dapp): handle CLIENT_EVENTS.session.updated event 2022-03-04 10:21:15 +00:00
Ilja
9b89d8565a Merge branch 'wallets' 2022-03-02 15:57:37 +02:00
Ilja
749e8f9bd4 Add ability to manage session 2022-03-02 15:57:21 +02:00
Ilja
3add26b0bf Fix double cosmos connection issue 2022-03-02 12:46:52 +02:00
Ben Kremer
f8df69843d docs: adds cosmosProvider example to top-level readme index 2022-03-01 14:30:36 +00:00
Ben Kremer
42a2aeea97 Merge branch 'main' of github.com:WalletConnect/examples into main 2022-03-01 14:13:51 +00:00
Ben Kremer
44b2cac9f3 fix(v2-cosmos-provider): set RPC result on caught error 2022-03-01 14:13:14 +00:00
Ben Kremer
2e0ead7011 fix(v2-cosmos-provider): fixes expected RPC result shape 2022-03-01 14:05:39 +00:00
Ben Kremer
d91d05d559 fix(react-dapp-v2): fixes accessing of result.signature on cosmos RPC 2022-03-01 13:56:47 +00:00
Ilja
caddeee915 Merge branch 'wallets' 2022-03-01 15:36:41 +02:00
Ilja
320a4e9c61 remove cosmos wallet 2022-03-01 15:36:14 +02:00
Ilja
5bf6c7bc8c add proper types 2022-03-01 15:35:50 +02:00
Ilja
643b38a3a8 wrap up cosmos js 2022-03-01 15:34:37 +02:00
Ilja
24f5aa1a15 Cosmos signing wip 2022-03-01 14:43:09 +02:00
Ben Kremer
072d4593ca chore: rename react-dapp-v2-cosmos -> react-dapp-v2-cosmos-provider 2022-03-01 12:02:15 +00:00
Ilja
9217bee15b Add ui to select pairing accs cross chain 2022-02-28 16:16:30 +02:00
Ilja
30f5f7cb1e Cleanup CosmosUtil api 2022-02-28 15:45:44 +02:00
Ilja
bf2764b6c6 Use mnemonic-keystore and cosmos-wallet 2022-02-28 15:36:47 +02:00
Ilja
c7c2c7d8c4 Merge branch 'wallets' 2022-02-25 17:06:05 +02:00
Ilja
fbf5862121 Add cosmos to session proposal modal 2022-02-25 17:05:44 +02:00
Ilja
580cb40b32 Add cosmos to account list 2022-02-25 15:48:54 +02:00
Ilja
7fe4415af0 CosmosUtil for wallet creation 2022-02-25 15:19:39 +02:00
Ilja
b73855a561 wip cosmos wallet util 2022-02-24 15:26:02 +02:00
Ilja
948f66aef2 Reorganise everything, to separate EIP155 from Cosmos logic 2022-02-24 13:55:13 +02:00
Ilja
11a0966052 WIP adding cosmos hub 2022-02-24 12:23:52 +02:00
Ben Kremer
d309291b9e docs(v2-cosmos): updates readme 2022-02-24 10:54:10 +01:00