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

fix #8992 update account timestamp when login with keycard #9014

Merged
merged 1 commit into from
Sep 24, 2019
Merged

Conversation

yenda
Copy link
Contributor

@yenda yenda commented Sep 20, 2019

fixes #8992

Summary

Logout from keycard account was redirecting to login screen for another user
because b.multiaccountsDB.UpdateAccountTimestamp was not called in
startNodeWithKey as it was done in startNodeWithAccount in status-go

The fix is therefore in status-go and this PR updates status-go version to
fix that

Testing notes

Tested on Android, created normal account logout then keycard account logout login screen is on keycard account as expected

status: ready

@yenda yenda requested a review from a team as a code owner September 20, 2019 10:13
@auto-assign auto-assign bot removed the request for review from a team September 20, 2019 10:13
@status-github-bot
Copy link

Pull Request Checklist

  • Have you updated the documentation, if impacted (e.g. docs.status.im)?

@yenda yenda requested review from dmitryn, cammellos and a team September 20, 2019 10:13
@yenda yenda self-assigned this Sep 20, 2019
@status-im-auto
Copy link
Member

status-im-auto commented Sep 20, 2019

Jenkins Builds

Click to see older builds (17)
Commit #️⃣ Finished (UTC) Duration Platform Result
✔️ b2d70c5 #1 2019-09-20 10:26:13 ~12 min ios 📦 ipa
✔️ b2d70c5 #1 2019-09-20 10:28:42 ~15 min macos 📦 dmg
✔️ b2d70c5 #1 2019-09-20 10:37:12 ~23 min linux 📦 App
✔️ b2d70c5 #1 2019-09-20 10:38:06 ~24 min android-e2e 📦 apk
✔️ b2d70c5 #1 2019-09-20 10:43:20 ~29 min windows 📦 exe
✔️ b2d70c5 #1 2019-09-20 10:45:47 ~32 min android 📦 apk
b2d70c5 #2 2019-09-20 11:08:18 ~12 sec android 📄 log
b2d70c5 #2 2019-09-20 11:08:22 ~12 sec macos 📄 log
b2d70c5 #2 2019-09-20 11:08:27 ~19 sec ios 📄 log
b2d70c5 #2 2019-09-20 11:08:35 ~26 sec linux 📄 log
b2d70c5 #2 2019-09-20 11:08:51 ~41 sec windows 📄 log
✔️ 70e0bcd #3 2019-09-20 11:19:05 ~9 min ios 📦 ipa
✔️ 70e0bcd #3 2019-09-20 11:25:00 ~15 min macos 📦 dmg
✔️ 70e0bcd #3 2019-09-20 11:32:24 ~22 min android 📦 apk
✔️ 70e0bcd #3 2019-09-20 11:37:32 ~27 min android-e2e 📦 apk
✔️ 70e0bcd #3 2019-09-20 11:37:59 ~28 min linux 📦 App
✔️ 70e0bcd #3 2019-09-20 11:44:47 ~34 min windows 📦 exe
Commit #️⃣ Finished (UTC) Duration Platform Result
✔️ 7140879 #4 2019-09-23 12:23:59 ~13 min windows 📦 exe
✔️ 7140879 #4 2019-09-23 12:24:22 ~14 min ios 📦 ipa
✔️ 7140879 #4 2019-09-23 12:25:06 ~14 min macos 📦 dmg
✔️ 7140879 #4 2019-09-23 12:26:02 ~15 min linux 📦 App
✔️ 7140879 #4 2019-09-23 12:27:32 ~17 min android 📦 apk
✔️ 7140879 #4 2019-09-23 12:29:42 ~19 min android-e2e 📦 apk
✔️ 8c546f6 #5 2019-09-24 09:25:23 ~13 min windows 📦 exe
✔️ 8c546f6 #5 2019-09-24 09:26:24 ~14 min ios 📦 ipa
✔️ 8c546f6 #5 2019-09-24 09:27:09 ~15 min linux 📦 App
✔️ 8c546f6 #5 2019-09-24 09:27:35 ~15 min macos 📦 dmg
✔️ 8c546f6 #5 2019-09-24 09:29:46 ~17 min android 📦 apk
✔️ 8c546f6 #5 2019-09-24 09:31:08 ~19 min android-e2e 📦 apk

@dmitryn
Copy link
Contributor

dmitryn commented Sep 20, 2019

@yenda thanks for fixing this 👍 PR's merge target branch is fix/9003 not develop btw

@dmitryn
Copy link
Contributor

dmitryn commented Sep 20, 2019

@yenda yenda force-pushed the fix/8992 branch 2 times, most recently from 7140879 to 8c546f6 Compare September 24, 2019 09:11
Logout from keycard account was redirecting to login screen for another user
because `b.multiaccountsDB.UpdateAccountTimestamp` was not called in
`startNodeWithKey` as it was done in `startNodeWithAccount` in status-go

The fix is therefore in status-go and this PR updates status-go version to
fix that

Signed-off-by: yenda <eric@status.im>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Logout from keycard account redirects to login screen for another user
3 participants