Commit Graph

593 Commits

Author SHA1 Message Date
Luka Isailovic
34bb1727d9
chore: build lab locally in tests (#493) 2024-02-27 12:52:22 +01:00
Glitch
01ef352555
fix width (#494) 2024-02-26 14:00:51 -03:00
Glitch
7826839498
vue sample (#483) (#486)
* vue sample (#483)

* initilaized vue

* default mode implemented in app.vue

* envexample added for projectID

* removed empty space and tested dapp

* deleted helloworld example component

* pnpm

* Update App.vue

---------

Co-authored-by: Mohammed Abdul Sattar <93962265+mabsattar@users.noreply.github.com>
2024-02-26 13:10:45 -03:00
Glitch
8a974713dd
Feat/custom wallet (#485)
* add form

* style form

* button height

* types

* fix(ui-test): using old version of tests (#488)

---------

Co-authored-by: Derek <alexanderderekrein@gmail.com>
2024-02-26 12:35:50 -03:00
Gancho Radkov
218235865f
feat: pending requests counter (#492)
* chore: updates to latest `2.11.2`

* feat: pending request counter

---------

Co-authored-by: Gancho Radkov <ganchoradkov@gmail.com>
2024-02-23 14:44:34 +02:00
Gancho Radkov
43b8cb101b
chore: updates to latest 2.11.2 (#491)
Co-authored-by: Gancho Radkov <ganchoradkov@gmail.com>
2024-02-23 13:18:26 +02:00
Luka Isailovic
fce1d3be56
fix: smart account feature flag (#481)
* fix: smart account namespace ordering

* feat: add feature flag for smart accounts
2024-02-13 18:50:16 +01:00
Andrius Bačianskas
8a8fe68c3e
feat: send smart account address first in CAIP25 response (#479) 2024-02-12 07:04:33 -05:00
Andrius Bačianskas
e362091b17
hotfix for wallet3inbox connection (#469) 2024-02-09 13:06:40 -05:00
Andrius Bačianskas
43d41d40b4
feat: Counterfactual signing of smart accounts (#461) 2024-02-09 06:18:12 -05:00
Derek
475847ff12
feat(ui-test): enable verify to be covered (#468) 2024-02-09 06:10:43 -05:00
renovate[bot]
1421b9e651
fix(deps): update dependency @headlessui/vue to v1.7.18 (#452)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-02-07 15:01:55 -03:00
Glitch
ae557b019e
add web3modal (#466) 2024-02-07 14:43:25 -03:00
Glitch
9b0358c3c5
Feat/update w3m (#465)
* update deps

* update wagmi
2024-02-07 08:20:25 -03:00
Glitch
3f2677730e
update deps (#464) 2024-02-06 12:18:09 -03:00
Gancho Radkov
c229ab7641
chore: updates to latest (#462)
Co-authored-by: Gancho Radkov <ganchoradkov@gmail.com>
2024-02-06 15:38:32 +02:00
Gancho Radkov
d8389feafb
fix: session approval for non evm chains (#460) 2024-02-05 18:30:56 +02:00
renovate[bot]
898ac4119b
fix(deps): update material-ui monorepo to v5.15.7 (#456)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-02-05 15:33:59 +01:00
Glitch
8133fb05be
Add Web3Modal paths in readme + Svelte demo link (#450)
* update lock

* update next & react lock

* add demo in readme

* fix link
2024-02-02 17:11:31 -03:00
Glitch
f3c04d33a5
update lock (#449)
* update lock

* update next & react lock
2024-02-02 16:43:26 -03:00
Glitch
d9c17b0dd9
Feat/add svelte (#447)
* add sveltekit example

* fix deps

* remove warning

* Update README.md
2024-02-02 16:19:01 -03:00
Derek
7c605ef106
fix(tests): variable not defined (#446) 2024-02-02 11:44:09 -05:00
Derek
556aba9f94
fix(tests): set required API keys (#443) 2024-02-02 07:45:29 -05:00
tomiir
544b840ede
fix: smart account creation on session requests (#442) 2024-02-02 11:55:16 +02:00
tomiir
9439c9af54
feat: Smart Account relay connection + paymaster base (#351)
* feat: added Goerli smart accounts

* chore: remove viem version modifier. Split useSmartAccount usage into multiliune

* feat: fix error handling

* feat: added smart wallets to proposal modal

* feat: added paymasters to be able to freely transact on testnet with Pimlico sponsorship. Serialize SA addresses in relay response

* feat: adapted SmartWalletLib interface to be able to use same methods as EIP155Lib. Hooked up all operations on EIP155RequestHandler to smart accounts.

* chore: remove logs

* feat: added spinner to modal footer. Use it when handling eip155 requests

* feat: added sponsorship toggle in settings

* feat: upgraded to permissionless@0.0.16

* fix: conflicts after merge

* chore: unify loaders

* chore: kristoph refactor + multi chain support

* fix: chain Id issue. remove unused logs
2024-02-01 16:23:32 -06:00
Gancho Radkov
46bfda7ecf
fix: removes mnemonic-keyring and reintroduces tezos & cosmos integrations (#440)
Co-authored-by: Gancho Radkov <ganchoradkov@gmail.com>
2024-02-01 14:35:21 +02:00
Andrius Bačianskas
68c95a9196
Main build fix and error message (#439)
* fix(quota): api showing outdated results

* removed missing module imports

* better error messaging on smart account creation (#438)

* feat: removes tezos & cosmos

---------

Co-authored-by: Derek <alexanderderekrein@gmail.com>
Co-authored-by: Gancho Radkov <ganchoradkov@gmail.com>
2024-02-01 12:40:49 +02:00
Derek
6db58263f9 fix(revert): nuke-tezos-cosmos
This reverts commit 6ac2f249ba.
2024-01-31 07:34:52 -05:00
Derek
6ac2f249ba fix/nuke-tezos-cosmos 2024-01-31 06:44:07 -05:00
Glitch
59b98bcd36
Web3Modal + Wagmi v2 Example in Next.js App Router (#419)
* nextjs project

* new structure under Web3Modal

* Add Web3Modal + Wagmi v2 example in React (#422)

* refactor next

* remove logs

* update example

* add custom button

* add custom button

* Update dapps/web3modal/react/package.json

---------

Co-authored-by: Blessing Samuel <samuelblessing125@gmail.com>
2024-01-25 16:35:15 -03:00
Ben Kremer
3e866b320f
chore: rename assets with CAIP : separator to windows-friendly - (#418)
* chore: losslessly compress sample assets

* chore: rename assets with CAIP `:` separator to windows-friendly `-`

* chore: rename asset paths in code

* fix: zkSync asset naming
2024-01-18 10:11:23 +01:00
renovate[bot]
69145ca4a3
fix(deps): update dependency @multiversx/sdk-core to v12.18.0 (#385)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-17 14:40:04 +01:00
Gancho Radkov
0232654e92
fix: closes loader when session proposal is rejected (#417)
Co-authored-by: Gancho Radkov <ganchoradkov@gmail.com>
2024-01-17 14:56:10 +02:00
Gancho Radkov
06984232dc
feat: implements LoadingModal that can be triggered for any loading functionality (#416)
Co-authored-by: Gancho Radkov <ganchoradkov@gmail.com>
2024-01-16 13:09:41 +02:00
Gancho Radkov
da6f16a3ff
feat: handle request deeplink instead of 404 (#414)
Co-authored-by: Gancho Radkov <ganchoradkov@gmail.com>
2024-01-15 17:00:04 +02:00
Gancho Radkov
2f2cc8f2d6
fix: implements dynamic session list (#413)
* fix: implements dynamic session list

* chore: updates log msg

---------

Co-authored-by: Gancho Radkov <ganchoradkov@gmail.com>
2024-01-15 15:09:47 +02:00
renovate[bot]
92eea35ee8
fix(deps): update dependency @solana/web3.js to v1.89.0 (#410)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-13 11:08:33 -03:00
renovate[bot]
7ae0014218
fix(deps): update dependency @solana/web3.js to v1.89.0 (#411)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-13 11:07:47 -03:00
renovate[bot]
0884f2a35e
fix(deps): update material-ui monorepo to v5.15.4 (#409)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-13 00:22:56 -03:00
renovate[bot]
f9bd6d9a2c
fix(deps): update dependency @headlessui/vue to v1.7.17 (#406)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-12 23:19:58 -03:00
renovate[bot]
436a4cfcdd
fix(deps): update dependency @near-wallet-selector/wallet-utils to v8.9.2 (#407)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-12 23:19:36 -03:00
Gancho Radkov
0053f33d55
feat: wallet connection via deeplink (#405)
Co-authored-by: Gancho Radkov <ganchoradkov@gmail.com>
2024-01-12 13:49:46 +02:00
Derek
9d6d0ae135
feat(tests): run tests (#378) 2024-01-12 05:51:42 -05:00
Gancho Radkov
7c36326bff
feat: loading indicators (#402)
* feat: adds loading indicators on all modals

* feat: implements modal loader for session propose

* feat: implements loaders for each separate button

* feat: adds loaders on disconnect & when proposing session on known pairing topic

* refactor: restructure modal properties to avoid conditional hooks

---------

Co-authored-by: Gancho Radkov <ganchoradkov@gmail.com>
2024-01-11 16:03:35 +02:00
Ben Kremer
426b068868
chore(renovate): don't create renovate PRs for deps major versions (#401) 2024-01-08 13:36:07 +01:00
renovate[bot]
ba41038115
fix(deps): update dependency @solana/web3.js to v1.88.0 (#388)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-06 13:11:35 -03:00
renovate[bot]
48c0e3c4a7
fix(deps): update dependency @walletconnect/web3wallet to v1.10.0 (#389)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-06 13:11:11 -03:00
renovate[bot]
35bca38e50
fix(deps): update dependency valtio to v1.13.0 (#390)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-06 13:10:45 -03:00
renovate[bot]
dd673f1531
fix(deps): update dependency @kadena/types to ^0.6.0 (#384)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-06 02:37:08 -03:00
renovate[bot]
4d93dbd806
fix(deps): update material-ui monorepo to v5.15.3 (#383)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-06 02:36:34 -03:00