Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature(connector)_: Add model join to handle connected dApps (#15954) #16006

Merged
merged 2 commits into from
Aug 7, 2024

Conversation

kounkou
Copy link
Contributor

@kounkou kounkou commented Aug 6, 2024

* feature(connector)_: Add model join to handle connected dApps

* Fix review comments

* chore: bump status-go
@status-im-auto
Copy link
Member

status-im-auto commented Aug 6, 2024

Jenkins Builds

Commit #️⃣ Finished (UTC) Duration Platform Result
✔️ b4e07a5 #1 2024-08-06 21:48:18 ~6 min macos/aarch64 🍎dmg
✔️ b4e07a5 #1 2024-08-06 21:49:14 ~7 min tests/nim 📄log
✔️ b4e07a5 #1 2024-08-06 21:53:00 ~11 min macos/x86_64 🍎dmg
✔️ b4e07a5 #1 2024-08-06 21:54:48 ~12 min tests/ui 📄log
✔️ b4e07a5 #1 2024-08-06 21:57:25 ~15 min linux-nix/x86_64 📦tgz
✔️ b4e07a5 #1 2024-08-06 21:58:38 ~16 min linux/x86_64 📦tgz
✔️ b4e07a5 #1 2024-08-06 22:15:21 ~33 min windows/x86_64 💿exe
✔️ 52b2d35 #3 2024-08-07 08:54:18 ~6 min tests/nim 📄log
✔️ 52b2d35 #3 2024-08-07 08:58:23 ~10 min macos/aarch64 🍎dmg
✔️ 52b2d35 #3 2024-08-07 09:01:57 ~13 min tests/ui 📄log
✔️ 52b2d35 #3 2024-08-07 09:02:52 ~14 min linux-nix/x86_64 📦tgz
✔️ 52b2d35 #3 2024-08-07 09:04:30 ~16 min macos/x86_64 🍎dmg
✔️ 52b2d35 #3 2024-08-07 09:05:49 ~17 min linux/x86_64 📦tgz
✔️ 52b2d35 #3 2024-08-07 09:17:22 ~29 min windows/x86_64 💿exe

@kounkou
Copy link
Contributor Author

kounkou commented Aug 6, 2024

Tested that everything still works as expected
Currently the status-go is pointing to status-go on feat/release/0.182.x/connector-revoke-permissions-and-accounts but it should be pointing to status-go on release/0.182.x after the merge of status-im/status-go#5666

Screenshot from 2024-08-06 14-47-10

Screenshot from 2024-08-06 14-49-16

@kounkou kounkou marked this pull request as ready for review August 7, 2024 08:48
@kounkou kounkou requested a review from jrainville August 7, 2024 09:00
import shared.stores 1.0
import utils 1.0

QObject {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this logic code should be part of the nim controller.
But I think it can be improved later.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a quick win or low hanging fruit... based on conversation here. There will be a refactoring as part of 2.31...
If interested, you might need to discuss with stefandunca@ what would be the best approach to having an abstraction on top of Wallet Connect code that would streamline all this code.

@jrainville
Copy link
Member

The tests passed, only the report failed. I'll merge

@jrainville jrainville merged commit 34ddfbf into release/2.30.x Aug 7, 2024
8 of 9 checks passed
@jrainville jrainville deleted the cherry-pick/15954 branch August 7, 2024 19:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants