status-desktop/ui/app/AppLayouts/Wallet/services/dapps
Alex Jbanca 833848188c fix(WalletConnect): Fixing disconnect notifications
The disconnect notifications were operating on `WalletConnectService.currentSessionProposal`. This object stores the current session object on connect, but it's not necessarily the same session the user wants to disconnect.
To fix this I'm getting the active sessions from status-go when the disconnect request is received (from Status or dapp). If the topic matches to any connection topic owned by the users accounts we'll show a notification.

(cherry picked from commit fea4e8ed76)
2024-08-08 09:47:20 +03:00
..
sdk chore(dapps) remove unused Wallet Connect authentication from the SDK 2024-07-31 14:08:16 +02:00
types chore(dapps) disable eth_signTransaction for Wallet Connect 2024-07-31 09:22:31 +02:00
ConnectorDAppsListProvider.qml feature(connector)_: Add model join to handle connected dApps (#15954) 2024-08-06 13:20:08 -07:00
DAppsListProvider.qml fix(dApps): Improved handling of connected dApps. (#15985) 2024-08-05 16:41:20 +03:00
DAppsRequestHandler.qml fix: inconsistent/incorrect decimal value formatting 2024-08-01 15:35:52 +02:00
DappsConnectorSDK.qml feature(connector)_: Add model join to handle connected dApps (#15954) 2024-08-06 13:20:08 -07:00
WalletConnectSDK.qml fix(dapps) Wallet Connect internet connection reestablishing issue 2024-07-31 14:08:16 +02:00
WalletConnectSDKBase.qml feat(dapps) authenticate user for session request 2024-06-12 16:52:12 +02:00
WalletConnectService.qml fix(WalletConnect): Fixing disconnect notifications 2024-08-08 09:47:20 +03:00
helpers.js fix(dApps): Improved handling of connected dApps. (#15985) 2024-08-05 16:41:20 +03:00
qmldir feature(connector)_: Add model join to handle connected dApps (#15954) 2024-08-06 13:20:08 -07:00