Status Desktop client made in Nim & QML https://status.app
Go to file
Alex Jbanca 8d78f0fab2 fix(WalletConnect): dApp connection state presented in the UI is out-of sync
1. The DAppsListProvider needs to receive all the user accounts so that it can process all dapps the user is connected to (the dapps filtering based on selected account is an internal impl. detail)
2. Call `revokeSession` on disconnect only if the dapp cannot be found in the WC active sessions. There is some overlapping between Browser connector and Wallet connect because both operate on the same data stored in the DB. If Browser connector controller removes WC data, the WC disconnect flows cannot be successfully completed.
3. Reuse the same notification flow for Browser connector as it's used for WC
4. Fix dapp filtering when processing the dapps that will be displayed in the UI.

(cherry picked from commit 21227893c2)
2024-08-13 11:35:04 +03:00
.github chore: Architecture guide added and PR template updated 2024-08-09 22:29:44 +02:00
app
ci ci: run E2E as soon as linux stage is complete 2024-08-09 22:20:41 +03:00
cmake
libs
monitoring feat(MonitoringTool): Search improved 2024-06-28 15:57:23 +02:00
nix ci: fix more nix build issues 2024-06-27 12:16:31 +02:00
resources
scripts ci: fix more nix build issues 2024-06-27 12:16:31 +02:00
src fix: keycard signing integration into wallet connect flows 2024-08-12 19:52:04 +02:00
storybook feat(AboutViewPage): display the runtime Qt version in Settings/About 2024-08-12 23:52:51 +02:00
test chore: group chat test is using newly created users to avoid potential waku issues 2024-08-09 22:35:45 +03:00
test-scripts
ui fix(WalletConnect): dApp connection state presented in the UI is out-of sync 2024-08-13 11:35:04 +03:00
vendor fix: can't send in send modal if one of processors failed 2024-08-12 21:12:18 +02:00
.clang-format
.clang-tidy
.gitignore ci: copy qt 5.15.8 package 2024-06-27 12:16:30 +02:00
.gitmodules
.npmrc
.yarnrc
AppRun ci: fix more nix build issues 2024-06-27 12:16:31 +02:00
AppRun-cpp
CMakeLists.txt
CONTRIBUTING.md chore: Architecture guide added and PR template updated 2024-08-09 22:29:44 +02:00
I18N.md
Info.dev.plist
Info.plist
LICENSE.md
Makefile fix(Makefile): Wrong status-go version displayed in About screen 2024-08-12 23:52:51 +02:00
README.md chore: Architecture guide added and PR template updated 2024-08-09 22:29:44 +02:00
VERSION
build-linux.sh
cacert.pem
conanfile.txt
config.nims chore: allow compiling with gcc 14, bump submodules (#15250) 2024-06-28 09:12:04 +02:00
docker-linux-app-image.sh
env.sh
fleets.json chore: rename shards.test to status.prod (#15782) 2024-07-29 18:26:31 -04:00
nim-status.desktop
nim.cfg
nim_status_client.nimble
package-lock.json
package.json
qwe.sh
screenshot.png
shell.nix ci: fix more nix build issues 2024-06-27 12:16:31 +02:00
status-dev.icns
status-dev.ico
status-dev.png
status-dev.rc
status-macos.svg
status.desktop
status.icns
status.ico
status.iss
status.png
status.rc
windows-install.txt