Ashwin
8f612a0d73
feat: adds Kadena support ( #70 )
2023-07-14 12:29:17 +02:00
renovate[bot]
f83c067c67
fix(deps): update walletconnect monorepo deps to v2.9.0 ( #231 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-10 15:15:17 +02:00
renovate[bot]
0e56f580f4
fix(deps): update dependency styled-components to v5.3.11 ( #192 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-04 13:52:19 +02:00
renovate[bot]
40b772f142
fix(deps): update walletconnect monorepo deps to v2.8.6 ( #210 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-06-29 16:52:11 +02:00
renovate[bot]
b2f02ce439
fix(deps): update walletconnect monorepo deps to v2.8.5 ( #207 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-06-29 12:21:48 +02:00
renovate[bot]
dd54b0b6ed
fix(deps): update walletconnect monorepo deps to v2.8.4 ( #203 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-06-27 11:42:00 +02:00
renovate[bot]
2d65f306be
fix(deps): update dependency typescript to v4.9.5 ( #199 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-06-26 15:44:34 +02:00
renovate[bot]
429547a7ab
fix(deps): update walletconnect monorepo deps to v2.8.3 ( #198 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-06-26 15:35:31 +02:00
renovate[bot]
793b710493
chore(deps): update dependency react-error-overlay to v6.0.11 ( #182 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-06-16 17:04:19 +02:00
renovate[bot]
9d52084c30
fix(deps): update dependency @walletconnect/encoding to v1.0.2 ( #187 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-06-16 17:00:41 +02:00
renovate[bot]
0c35dec4c3
fix(deps): update walletconnect monorepo deps to v2.8.1 ( #189 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-06-16 16:59:45 +02:00
renovate[bot]
9b09576081
fix(deps): update walletconnect monorepo deps to v2.8.0 ( #179 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-06-15 14:49:38 +02:00
renovate[bot]
c93ca10827
fix(deps): update walletconnect monorepo deps to v2.7.8 ( #176 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-06-06 15:14:08 +02:00
Gancho Radkov
d8ebe4509b
chore: updated @walletconnect
deps ( #164 )
...
* chore: updates auth dapp
* chore: updates react sign dapp
* chore: updates cosmos dapp
* chore: updates ethers dapp
* chore: updates web3js dapp
* chore: updates vue auth dapp
* chore: updates auth wallet
* chore: updates eip155 wallet
* updates react-wallet-v2
* chore: updates web3wallet example
* feat: adds optional namespaces to main example wallet
* chore: eip155 example lock
* chore: removes console log
---------
Co-authored-by: Gancho Radkov <ganchoradkov@gmail.com>
2023-05-23 14:42:34 +03:00
Cameron Marshall
dcda7dd981
chore: update Polkadot logo ( #160 )
2023-05-11 12:09:42 +02:00
Gancho Radkov
2810f0178f
chore: updates @walletconnect
deps ( #157 )
...
* chore: updates `@walletconnect` deps
* fix: cosmos provider
* fix: updates web3wallet example
* fix: eip155 legacy session request type
---------
Co-authored-by: Gancho Radkov <ganchoradkov@gmail.com>
2023-05-09 16:51:32 +03:00
Gancho Radkov
c7890ae0b1
fix: dapps metadata ( #96 )
...
* fix: metadata to react-dapp-v2
* fix: metadata react app with ethers
* fix: metadata react app with web3
* feat: adds web3modal to web3 example dapp
* feat: adds web3modal to ethers example dapp
2022-12-22 11:34:36 +02:00
Gancho Radkov
49920d0453
feat: examples dapps update ( #72 )
...
* feat: updates example dapp with ethers to use `universal-provider`
* feat: updates example dapp with web3 to use `universal-provider`
* fix: sets `paramsString` and `address` to lower case when searching for match
* chore: yarn lock
* refactor: rm `outdated` warning
* refactor: standardize event logging
* refactor: rm logs
* refactor: adds `next` to `ethers` dapp
* chore: rm old files
* refactor: adds next to web3 example
* chore: test deploy vercel
* chore: remove console log
* chore: to trigger deployment
* Revert "chore: to trigger deployment"
This reverts commit bc7712780a101f0152c20ce4eca4d8d117d8eaa7.
* feat: updates readmes
Co-authored-by: crypblizz <45455218+crypblizz8@users.noreply.github.com>
2022-11-08 10:32:07 +02:00
Ben Kremer
1c4c4de242
chore: adds backlink to readme to version display
2022-06-14 18:35:57 +02:00
Ben Kremer
55cdfbf6a6
docs: adds SDK compatibility notices in provider example readmes
2022-05-31 10:48:33 +02:00
Ben Kremer
3a2ac70f1f
fix(dapps): normalize addresses to lowercase when validating signatures
...
fix(dapp-v2): normalize addresses to lowercase when validating signatures
chore: updates yarn.lock
fix(with-ethers): normalize addresses to lowercase for sig validation
fix(with-web3js): normalize addresses to lowercase for sig validation
Fixes #18
2022-04-08 17:09:37 +02:00
Ben Kremer
5d8245b8f1
fix(with-web3js): resolves EthereumProvider type error fixed by 2.0.0-beta.26
2022-03-29 12:12:05 +02:00
Ben Kremer
a82034fefd
chore(deps): upgrade dapp examples to 2.0.0-beta.26
2022-03-29 11:51:10 +02:00
Ben Kremer
80e97e5163
feat: adds sig verification for eth_signTransaction
2022-03-21 13:20:53 +01:00
Ben Kremer
5097f42b7f
chore: adds link to discussion on omitting EIP712Domain
validation
2022-03-21 11:50:43 +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
2c314afee9
docs(dapp): use walletconnect subdomains for demo links
2022-03-10 10:36:38 +01:00
Ben Kremer
e437e802dd
fix: handle session_updated
event in EthereumProvider examples
2022-03-04 12:03:24 +00:00
Ben Kremer
09334bd198
docs(with-web3js): updates example and top-level readmes
2022-02-23 11:07:21 +01:00
Ben Kremer
331a6e2e66
refactor(with-web3js): handles multi-account balance representation
2022-02-22 11:58:53 +01:00
Ben Kremer
68655234b4
feat: gets eth_signTypedData
working with web3js
2022-02-22 11:55:16 +01:00
Ben Kremer
240d874562
feat: sets up react-dapp-v2-with-web3js
2022-02-22 11:55:16 +01:00