-
Notifications
You must be signed in to change notification settings - Fork 79
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
Conversation
* feature(connector)_: Add model join to handle connected dApps * Fix review comments * chore: bump status-go
Jenkins Builds
|
Tested that everything still works as expected |
59fb9f8
to
52b2d35
Compare
import shared.stores 1.0 | ||
import utils 1.0 | ||
|
||
QObject { |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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.
The tests passed, only the report failed. I'll merge |
cherry-pick