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

[Fixed #8008] Fixed DApps permission regression #8010

Closed
wants to merge 1 commit into from
Closed

Conversation

jeluard
Copy link
Contributor

@jeluard jeluard commented Apr 22, 2019

fixes #8008

Summary

Fixed regression breaking DApps permission screen.

status: ready

@status-im-auto
Copy link
Member

status-im-auto commented Apr 22, 2019

Jenkins Builds

Click to see older builds (18)
Commit #️⃣ Finished (UTC) Duration Platform Result
af8ee03 #1 2019-04-22 08:38:08 ~1 min macos 📄 log
af8ee03 #1 2019-04-22 08:38:19 ~1 min windows 📄 log
af8ee03 #1 2019-04-22 08:38:21 ~1 min linux 📄 log
af8ee03 #1 2019-04-22 08:38:23 ~2 min ios 📄 log
af8ee03 #1 2019-04-22 08:41:28 ~5 min android-e2e 📄 log
af8ee03 #1 2019-04-22 08:41:30 ~5 min android 📄 log
74244f9 #2 2019-04-22 08:49:02 ~1 min macos 📄 log
74244f9 #2 2019-04-22 08:49:05 ~1 min windows 📄 log
74244f9 #2 2019-04-22 08:49:06 ~1 min linux 📄 log
74244f9 #2 2019-04-22 08:49:12 ~1 min ios 📄 log
74244f9 #2 2019-04-22 08:53:38 ~6 min android 📄 log
74244f9 #2 2019-04-22 08:53:38 ~6 min android-e2e 📄 log
f65595e #3 2019-04-22 09:16:31 ~5 min ios 📄 log
f65595e #3 2019-04-22 09:16:39 ~5 min macos 📄 log
f65595e #3 2019-04-22 09:17:36 ~6 min windows 📄 log
f65595e #3 2019-04-22 09:17:49 ~6 min linux 📄 log
f65595e #3 2019-04-22 09:20:00 ~9 min android-e2e 📄 log
f65595e #3 2019-04-22 09:20:21 ~9 min android 📄 log
Commit #️⃣ Finished (UTC) Duration Platform Result
5cb7cf7 #4 2019-04-22 09:42:03 ~5 min macos 📄 log
5cb7cf7 #4 2019-04-22 09:42:05 ~5 min ios 📄 log
5cb7cf7 #4 2019-04-22 09:42:26 ~6 min linux 📄 log
5cb7cf7 #4 2019-04-22 09:42:34 ~6 min windows 📄 log
5cb7cf7 #4 2019-04-22 09:46:35 ~10 min android 📄 log
5cb7cf7 #4 2019-04-22 09:46:36 ~10 min android-e2e 📄 log
7b32783 #5 2019-04-22 10:04:57 ~7 min windows 📄 log
✔️ 7b32783 #5 2019-04-22 10:09:59 ~12 min macos 📦 dmg
✔️ 7b32783 #5 2019-04-22 10:13:01 ~15 min linux 📦 App
✔️ 7b32783 #5 2019-04-22 10:14:08 ~16 min android 📦 apk
✔️ 7b32783 #5 2019-04-22 10:15:25 ~18 min android-e2e 📦 apk
✔️ 7b32783 #5 2019-04-22 10:21:48 ~24 min ios 📦 ipa

(re-frame/reg-sub
::dapps
(fn [db]
(:contacts/dapps db)))
Copy link
Contributor

Choose a reason for hiding this comment

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

minor nitpick - is there any value in having this as a local sub as opposed to just nesting (:contacts/dapps db) in the calling code?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

No personal opinion on this. I just reverted some previously deleted code.

@flexsurfer
Copy link
Member

we don't have dapps in contacts anymore, we removed them when implemented dap.ps discovery dapp, so i prepared the proper fix for this issue #8017, thanks

@jeluard
Copy link
Contributor Author

jeluard commented Apr 23, 2019

Closing in favour of #8017

@status-github-bot
Copy link

Pull Request Checklist

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

@jakubgs jakubgs deleted the 8008 branch May 12, 2020 12:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Error "No protocol method IDeref.-deref defined for type undefined:" and crash if open DApp permissions
5 participants