-
Notifications
You must be signed in to change notification settings - Fork 22
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
feat: app child key derived from wallet master key #736
Conversation
@@ -80,7 +80,8 @@ func (api *api) CreateApp(createAppRequest *CreateAppRequest) (*CreateAppRespons | |||
expiresAt, |
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.
Follow-up issue: The expiresAt
, scopes
checks above are to be shifted to CreateApp
method in apps_service
and UpdateApp
, GetApp
, ListApps
, TopupIsolatedApp
methods need to be added there. I think we can also GetAppByPubkey
directly in those methods so we don't have to call it separately in http_service
and wails_service
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.
@im-adithya could you create an issue and link some code?
For some reason, if you do a fresh install (complete setup and go to Home page), the app isn't quitting on doing Ctrl+C |
Oh sorry, I broke that when trying to handle |
@frnandu that sounds like a good solution. Thanks @im-adithya ! |
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.
tACK
fixes #724
fixes #744