2
0
mirror of https://github.com/status-im/status-desktop.git synced 2025-01-24 21:39:24 +00:00

8 Commits

Author SHA1 Message Date
Godfrain Jacques
bef66612c5
feature(connector)_: Add model join to handle connected dApps ()
* feature(connector)_: Add model join to handle connected dApps

* Fix review comments

* chore: bump status-go
2024-08-06 13:20:08 -07:00
Roman Chornii
a310b8b803
fix(dApps): Improved logic for disconnecting of dApps in the app. ()
Closes: 
2024-07-29 17:39:56 +03:00
Godfrain Jacques
6eeb917cd7
feat(connector)_: create connection between connector service and status-desktop ()
fix  that triggers connection request from client

 - Setup the initial architecture for connecting Status-go and UI
   screens
 - Implement the request Connection popup for Accept or Rejecting
   connection
2024-07-19 12:21:36 -07:00
Stefan
f5b46d6972 feat(dapps) implements responding to wallet connect requests
For start support showing sign message only
Support rejecting the request
Storybook integration
Add disabled tests for the main logic and sanity UI tests.
They crash on CI only and work locally on mac. Postponed finding out why
for now.

Closes: 
2024-06-12 15:44:53 +02:00
Stefan
145053e34f chore(dapps) implement service tests and basic workflow tests
Abstract WalletConnectSDK to make it testable
Implement WC service pairing test
Bring back DAppsWorkflow tests back to life and add a pair modal test

Updates: 
2024-06-12 15:44:53 +02:00
Stefan
ea2b6b2ed7 chore(dapps) move responsibility of tracking sessions from WC SDK
Updates: 
2024-05-30 10:57:42 +02:00
Stefan
ee72ec7aee feat(dapps) add DAppsService component and ConnectDAppModal
Implement the initial Pairing user workflow and disconnect option for
the first session.

Also

- rename pairing modal accordingly (`PairWCModal.qml`) to make room for the proper
`ConnectDAppModal.qml`
- basic tests for service helpers
- update storybook to reflect the new user workflows

Closes 
2024-05-20 15:09:57 +02:00
Stefan
78775d3d69 chore(dapps) move wallet connect service code outside popups
Updates: 
2024-05-20 15:09:57 +02:00