Commit Graph

228 Commits

Author SHA1 Message Date
Ben Kremer
e1dc7f83a7 Merge branch 'main' of github.com:WalletConnect/examples into main 2022-03-15 13:15:31 +01:00
Ilja
3f4a6d5253 Merge branch 'wallets' 2022-03-15 13:30:51 +02:00
Ilja
dd81e04445 Save solana signTransaction progress 2022-03-15 13:30:41 +02:00
Ben Kremer
202aa73ab5 fix(with-solana): ensure address is returned for sol_signTransaction 2022-03-15 11:17:55 +01:00
Ilja
4d593758e7 Refactor CosmosLib 2022-03-15 12:09:30 +02:00
Ben Kremer
7550d4e90a fix(with-solana): adds missing transaction.recentBlockhash param 2022-03-15 10:39:34 +01:00
Ilja
cdbf9af7a6 Add feePayer and recentBlockhash to solana's signTransaction 2022-03-15 11:29:42 +02:00
Ilja
8ba122d703 Save progress on solana transaction signing 2022-03-15 11:11:58 +02:00
Ben Kremer
f70dec62ef docs(with-solana): adds preview URL and PoC note 2022-03-14 17:54:43 +01:00
Ben Kremer
9b59d1a94e refactor(with-solana): handle multiple pubKeys via mapping 2022-03-14 17:48:46 +01:00
Ben Kremer
081ae11986 fix(cosmos-provider): ensures proper multi-account request handling 2022-03-14 16:24:29 +01:00
Ben Kremer
cb648ace48 chore(cosmos-provider): updates yarn.lock 2022-03-14 16:22:46 +01:00
Ben Kremer
dbc2aa5fa5 fix(with-solana): adds missing useCallback dep 2022-03-14 15:56:18 +01:00
Ben Kremer
9bc970e8bc fix(with-solana): adds missing session_update handler 2022-03-14 15:30:34 +01:00
Ilja
b38452e02c Merge branch 'wallets' 2022-03-14 14:58:19 +02:00
Ilja
518510ca1f Add solana support to session page 2022-03-14 14:53:12 +02:00
Ilja
2b9a9e4e6a Add solana devnet 2022-03-14 14:36:45 +02:00
Ilja
08e3ff9f62 Cleanup, verify sol connection is working 2022-03-14 14:31:07 +02:00
Ilja
1200b60877 Implement solana secret key storage and recovery 2022-03-14 14:06:19 +02:00
Ben Kremer
a6ef7d64bd Merge branch 'feat/dapp-with-solana-web3js' into main 2022-03-14 12:14:44 +01:00
Ben Kremer
5338c930fe fix: adds toggling between solana devnet and mainnet 2022-03-14 12:10:15 +01: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
ae2a3d2d60 feat(dapp-with-solana): sets up client and sol_signTransaction test 2022-03-11 18:15:56 +01:00
Ben Kremer
c418007c24 chore(deps): adds bs58 2022-03-11 16:12:39 +01:00
Ben Kremer
2568b0d3bb fix: manually adds basic solana chain metadata until available via API 2022-03-11 15:17:04 +01:00
Ben Kremer
4932223b76 chore: adds solana mainnet and testnet chainIds 2022-03-11 15:16:35 +01:00
Ben Kremer
f5b6c7c8a8 chore(deps): adjusts required deps for solana 2022-03-11 15:15:32 +01:00
Ben Kremer
7b8b3e5c85 chore: set up react-dapp-v2-with-solana-web3js subdirectory 2022-03-11 14:03:18 +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