Commit Graph

  • 5a438ac92a
    feat/add auth demos (#49) Celine Sarafa 2022-09-02 12:34:03 +0300
  • 8db9560b72 fix(config): use next.js appropriate projectId env var Ben Kremer 2022-09-01 09:55:17 +0200
  • 54f050b2e3
    Fix incorrect env var ref (#47) Celine Sarafa 2022-08-25 17:13:34 +0300
  • 659857eb41 chore(deps): update @walletconnect/* to rc.2 Ben Kremer 2022-08-15 15:15:21 +0200
  • 1406ce3999
    Add Polkadot RPCs to the Dapp examples and wallet (#44) hamidra 2022-08-11 02:43:12 -0700
  • 6a77191dd3
    feat(dapp): adds github link (#43) crypblizz 2022-08-10 15:26:46 +0200
  • eb0ae61e6a chore: remove orphaned node_modules dir Ben Kremer 2022-08-10 11:26:11 +0200
  • 9509f47103 chore(deps): update to 2.0.0-rc.1 Ben Kremer 2022-08-08 11:40:14 +0200
  • 31ec2ecb9d
    Feat/make dapp nextjs (#41) Celine Sarafa 2022-08-08 12:32:24 +0300
  • c87a77ef10 canary 2.0.0-6de2113.0 Ben Kremer 2022-08-04 18:29:20 +0200
  • 6c23356a55 refactor(dapp): remove dependence on ethereum-api.xyz, use individual RPCs Ben Kremer 2022-08-04 11:29:38 +0200
  • b59c1faa43 Merge branch 'dapp-beta-canary' into main Ben Kremer 2022-07-22 22:57:59 +0200
  • c69b909252 chore(deps): upgrades wallet to rc.0 Ben Kremer 2022-07-22 22:56:53 +0200
  • a639b6e447 chore(deps): upgrade to rc.0 Ben Kremer 2022-07-22 22:43:02 +0200
  • be75590253 chore(deps): upgrade dapp to beta.103/rc.0 canary Ben Kremer 2022-07-15 16:24:29 +0700
  • bd34004248
    chore(deps): upgrade dapp to beta.102 (#37) Ben Kremer 2022-07-12 15:03:48 +0700
  • be11029dad
    wallet/beta.102 (#35) Ilja 2022-07-12 15:02:17 +0700
  • 3ce43b887a
    Update README.md (#22) Andrew Margetts 2022-07-12 08:18:02 +0200
  • 248d60e516 fix: update known active pairings after session connects Ben Kremer 2022-07-04 16:41:06 +0700
  • 55249754f5 fix: filter out inactive pairings using client.pairing.getAll Ben Kremer 2022-06-21 11:34:05 +0200
  • 4ab000ed05
    chore(deps): upgrades primary dapp/wallet examples to beta.101 (#33) Ben Kremer 2022-06-16 16:22:34 +0200
  • 1c4c4de242 chore: adds backlink to readme to version display Ben Kremer 2022-05-31 11:42:38 +0200
  • 55cdfbf6a6 docs: adds SDK compatibility notices in provider example readmes Ben Kremer 2022-05-31 10:48:33 +0200
  • b01fff837d chore: removes stale with-solana-web3js PoC Ben Kremer 2022-05-31 10:48:07 +0200
  • 954831538d
    Beta 100 (#27) Pedro Gomes 2022-05-30 11:46:15 +0200
  • dc76f21c2c
    Update wallet deps (#21) Ilja 2022-04-21 10:51:37 +0300
  • 3a2ac70f1f fix(dapps): normalize addresses to lowercase when validating signatures Ben Kremer 2022-04-08 15:53:59 +0200
  • c36bbd3357
    docs: change V2 to v2, bolding v2, add : after name (#17) Max Base 2022-04-08 17:37:53 +0430
  • f06ba323ac feat(dapp-v2): adds cosmos signature verification (#6) Ben Kremer 2022-04-04 16:03:28 +0200
  • 32afbb373c fix(cosmos-provider): handle possibly undefined address Ben Kremer 2022-04-04 15:51:15 +0200
  • b8515abe6e chore(deps): update to cosmos-wallet@1.2.0 in v2-cosmos-provider Ben Kremer 2022-04-04 13:52:12 +0200
  • cda29b7ffd Revert "Revert "Cosmos signature verification (#6)"" Ben Kremer 2022-04-04 13:49:32 +0200
  • 50881924fa
    update broken link (#15) Chad Jackson 2022-03-29 15:37:09 +0200
  • 5d8245b8f1 fix(with-web3js): resolves EthereumProvider type error fixed by 2.0.0-beta.26 Ben Kremer 2022-03-29 12:12:05 +0200
  • c0c833be6c chore(wallet): upgrade to 2.0.0-beta.26 Ben Kremer 2022-03-29 12:05:34 +0200
  • a82034fefd chore(deps): upgrade dapp examples to 2.0.0-beta.26 Ben Kremer 2022-03-29 11:51:10 +0200
  • a49358c323
    Create LICENSE (#14) Chad Jackson 2022-03-28 11:50:36 +0200
  • 80e97e5163 feat: adds sig verification for eth_signTransaction Ben Kremer 2022-03-21 12:40:54 +0100
  • 5097f42b7f chore: adds link to discussion on omitting EIP712Domain validation Ben Kremer 2022-03-21 11:50:43 +0100
  • 1f3af8763c refactor(dapp-v2): use ethers.utils.verifyMessage Ben Kremer 2022-03-21 11:47:30 +0100
  • f1e69504a0 fix(dapp-v2): ensures thrown errors bubble to RPC result modal Ben Kremer 2022-03-18 11:53:47 +0100
  • 59b9eb5867 refactor(dapp-v2): separates chainData into own context/hook Ben Kremer 2022-03-17 16:56:54 +0100
  • 6b14e13eaf refactor(dapp-v2): use enums for default chain methods Ben Kremer 2022-03-17 16:21:47 +0100
  • c4759249b6 refactor(dapp-v2): rename resetApp -> reset Ben Kremer 2022-03-17 15:02:23 +0100
  • 112465b5c7 fix(wallet-v2): fixes signing for solana_signTransaction Ben Kremer 2022-03-17 14:21:13 +0100
  • 9f7e78969c chore(wallet-v2): adds solana-wallet Ben Kremer 2022-03-17 14:19:00 +0100
  • 863e0f8bf8 feat(dapp-v2): integrates solana + RPC methods Ben Kremer 2022-03-16 18:00:20 +0100
  • 86ef897b4c chore(config): adds solana network data and metadata Ben Kremer 2022-03-16 16:26:00 +0100
  • a54db6ceb2 chore(deps): adds @solana/web3.js Ben Kremer 2022-03-16 15:34:07 +0100
  • 9e77f51464 refactor(with-solana): use solanaWallet.verifyMessageSignature Ben Kremer 2022-03-16 15:17:59 +0100
  • b382036c83 feat(with-solana): adds tx sig and message sig verification Ben Kremer 2022-03-15 15:51:23 +0100
  • e78bacd165 chore(with-solana): adds tweetnacl as direct dep Ben Kremer 2022-03-15 15:50:52 +0100
  • 8c5e817760 fix(with-solana): use spec-compliant solana_ method prefix Ben Kremer 2022-03-15 15:03:27 +0100
  • 8963cc8cc4 Merge branch 'wallets' Ilja 2022-03-15 16:01:02 +0200
  • 56a39264ad Update solana method names, fix signMessage Ilja 2022-03-15 16:00:52 +0200
  • 005b69cb2f Merge branch 'wallets' Ilja 2022-03-15 15:37:20 +0200
  • 19a5aad5ef fix solana message signing Ilja 2022-03-15 15:37:08 +0200
  • a99f7d82c8 Merge branch 'feat/solana-signMessage' into main Ben Kremer 2022-03-15 14:30:20 +0100
  • c419b83ee5 feat(with-solana): adds sol_signMessage request example Ben Kremer 2022-03-15 11:56:40 +0100
  • 2b85264b42 Merge branch 'wallets' Ilja 2022-03-15 14:48:45 +0200
  • 0a839ff36e Expose all mnemonics and secret keys in settings Ilja 2022-03-15 14:48:35 +0200
  • f676fd0d05 Merge branch 'main' of github.com:WalletConnect/examples into main Ben Kremer 2022-03-15 13:46:07 +0100
  • 42623d493a fix(with-solana): render result.signature for result in modal Ben Kremer 2022-03-15 13:45:27 +0100
  • 71f746468e Merge branch 'wallets' Ilja 2022-03-15 14:31:21 +0200
  • 52f8c5d82c Fis solana signTransaction Ilja 2022-03-15 14:31:10 +0200
  • 0c2f1350e1 Create EIP155Lib for consistency with Cosmos and Solana Ilja 2022-03-15 14:21:17 +0200
  • 6f4a52a8d9 fix(with-solana): disable transaction.addSignature temporarily Ben Kremer 2022-03-15 13:16:10 +0100
  • e1dc7f83a7 Merge branch 'main' of github.com:WalletConnect/examples into main Ben Kremer 2022-03-15 13:15:31 +0100
  • b324ed7b34 Cleanup Ilja 2022-03-15 13:37:48 +0200
  • 3f4a6d5253 Merge branch 'wallets' Ilja 2022-03-15 13:30:51 +0200
  • dd81e04445 Save solana signTransaction progress Ilja 2022-03-15 13:30:41 +0200
  • 202aa73ab5 fix(with-solana): ensure address is returned for sol_signTransaction Ben Kremer 2022-03-15 11:17:55 +0100
  • 4d593758e7 Refactor CosmosLib Ilja 2022-03-15 12:09:30 +0200
  • 7550d4e90a fix(with-solana): adds missing transaction.recentBlockhash param Ben Kremer 2022-03-15 10:39:34 +0100
  • cdbf9af7a6 Add feePayer and recentBlockhash to solana's signTransaction Ilja 2022-03-15 11:29:42 +0200
  • 8ba122d703 Save progress on solana transaction signing Ilja 2022-03-15 11:11:58 +0200
  • f70dec62ef docs(with-solana): adds preview URL and PoC note Ben Kremer 2022-03-14 17:54:43 +0100
  • 9b59d1a94e refactor(with-solana): handle multiple pubKeys via mapping Ben Kremer 2022-03-14 17:48:46 +0100
  • 081ae11986 fix(cosmos-provider): ensures proper multi-account request handling Ben Kremer 2022-03-14 16:24:29 +0100
  • cb648ace48 chore(cosmos-provider): updates yarn.lock Ben Kremer 2022-03-14 16:22:46 +0100
  • dbc2aa5fa5 fix(with-solana): adds missing useCallback dep Ben Kremer 2022-03-14 15:56:18 +0100
  • 9bc970e8bc fix(with-solana): adds missing session_update handler Ben Kremer 2022-03-14 15:30:34 +0100
  • b38452e02c Merge branch 'wallets' Ilja 2022-03-14 14:58:19 +0200
  • 518510ca1f Add solana support to session page Ilja 2022-03-14 14:53:12 +0200
  • 2b9a9e4e6a Add solana devnet Ilja 2022-03-14 14:36:45 +0200
  • 08e3ff9f62 Cleanup, verify sol connection is working Ilja 2022-03-14 14:31:07 +0200
  • 1200b60877 Implement solana secret key storage and recovery Ilja 2022-03-14 14:06:19 +0200
  • a6ef7d64bd Merge branch 'feat/dapp-with-solana-web3js' into main Ben Kremer 2022-03-14 12:14:44 +0100
  • 5338c930fe fix: adds toggling between solana devnet and mainnet Ben Kremer 2022-03-14 12:10:15 +0100
  • 2b695af9f0 fix: allows rejected eth_sendTransaction call to bubble to handler Ben Kremer 2022-03-14 11:11:16 +0100
  • ae2a3d2d60 feat(dapp-with-solana): sets up client and sol_signTransaction test Ben Kremer 2022-03-11 18:15:56 +0100
  • c418007c24 chore(deps): adds bs58 Ben Kremer 2022-03-11 16:12:16 +0100
  • 2568b0d3bb fix: manually adds basic solana chain metadata until available via API Ben Kremer 2022-03-11 15:17:04 +0100
  • 4932223b76 chore: adds solana mainnet and testnet chainIds Ben Kremer 2022-03-11 15:16:35 +0100
  • f5b6c7c8a8 chore(deps): adjusts required deps for solana Ben Kremer 2022-03-11 15:15:32 +0100
  • 7b8b3e5c85 chore: set up react-dapp-v2-with-solana-web3js subdirectory Ben Kremer 2022-03-11 14:03:18 +0100
  • dad29d7611 Revert "Cosmos signature verification (#6)" Ben Kremer 2022-03-10 15:38:53 +0100
  • 3c47a595b8
    Cosmos signature verification (#6) Alex 2022-03-10 15:30:12 +0100
  • 512d9f1ccc fix: sets rpc result to null on rejection for EthereumProvider examples Ben Kremer 2022-03-10 12:16:05 +0100
  • 929779f213 fix(dapps): aligns EIP712 example with the one used in spec Ben Kremer 2022-03-10 12:03:37 +0100