-
Notifications
You must be signed in to change notification settings - Fork 274
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: modify accept share method #4419
Conversation
502f432
to
c214c4e
Compare
New dependencies detected. Learn more about Socket for GitHub ↗︎
|
c214c4e
to
a87b65e
Compare
a87b65e
to
4a6f2b4
Compare
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.
Please add tests
f7c1cea
to
b284738
Compare
7968a5b
to
37966ec
Compare
please add tests |
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.
Have some suggestions/concerns on the implementation here. Please see the review comments.
7e12ac2
to
47fc503
Compare
47fc503
to
0b6dbbc
Compare
Added |
30254c8
to
acede33
Compare
acede33
to
38784bd
Compare
b120561
to
9a25a54
Compare
Ticket: PX-3296 We are modifying the accept share method for go account wallet invitations
79e3459
to
0438bc9
Compare
Ticket: PX-3296
Description
We are modifying the accept share method for go account wallet invitations. If the
keychainOverrideRequired
key is present in the walletShare, we need to create a new keychain and pass the same to theupdateShare
method so we can override the existing key. After successful completion of the same, we need toreshareWallet
to all the existing spenders.TDD: link