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: store node are not available on ios #19785

Closed
wants to merge 1 commit into from
Closed

Conversation

jo-mut
Copy link
Contributor

@jo-mut jo-mut commented Apr 24, 2024

fixes #19736

Summary

After bumbing golang to 1.20 we experience a dns resolution failure which was fixed on specifically for android by overriding DefaultResolver in the net package as mentioned here #19581 (comment). This pr extends overriding the dns default resolver to iOS devices which fixes the availability of store nodes issue on ios devices

Before and after screenshots comparison

status: ready wip

@status-im-auto
Copy link
Member

status-im-auto commented Apr 24, 2024

Jenkins Builds

Click to see older builds (12)
Commit #️⃣ Finished (UTC) Duration Platform Result
✔️ 028e60b #1 2024-04-24 14:36:10 ~9 min tests 📄log
✔️ 028e60b #1 2024-04-24 14:39:00 ~12 min ios 📱ipa 📲
✔️ 028e60b #1 2024-04-24 14:41:44 ~14 min android-e2e 🤖apk 📲
✔️ 028e60b #1 2024-04-24 14:43:50 ~16 min android 🤖apk 📲
✔️ 92f2554 #2 2024-04-24 15:06:04 ~7 min tests 📄log
✔️ 92f2554 #2 2024-04-24 15:08:26 ~9 min ios 📱ipa 📲
✔️ 92f2554 #2 2024-04-24 15:11:23 ~12 min android-e2e 🤖apk 📲
✔️ 92f2554 #2 2024-04-24 15:11:30 ~12 min android 🤖apk 📲
✔️ 070d114 #3 2024-04-25 08:54:20 ~7 min tests 📄log
✔️ 070d114 #3 2024-04-25 08:56:22 ~9 min ios 📱ipa 📲
✔️ 070d114 #3 2024-04-25 08:58:00 ~10 min android-e2e 🤖apk 📲
✔️ 070d114 #3 2024-04-25 08:59:47 ~12 min android 🤖apk 📲
Commit #️⃣ Finished (UTC) Duration Platform Result
✔️ a90d6dc #4 2024-04-25 10:11:26 ~6 min tests 📄log
✔️ a90d6dc #4 2024-04-25 10:12:52 ~7 min android-e2e 🤖apk 📲
✔️ a90d6dc #4 2024-04-25 10:13:57 ~8 min android 🤖apk 📲
✔️ a90d6dc #4 2024-04-25 10:14:01 ~8 min ios 📱ipa 📲
✔️ b27df1c #5 2024-04-25 12:03:18 ~5 min tests 📄log
✔️ b27df1c #5 2024-04-25 12:05:12 ~7 min android-e2e 🤖apk 📲
✔️ b27df1c #5 2024-04-25 12:06:11 ~8 min android 🤖apk 📲
✔️ b27df1c #5 2024-04-25 12:07:16 ~9 min ios 📱ipa 📲

@jo-mut jo-mut force-pushed the bug/store-nodes-issue branch from 028e60b to 92f2554 Compare April 24, 2024 14:58
@jo-mut jo-mut force-pushed the bug/store-nodes-issue branch from 92f2554 to 070d114 Compare April 25, 2024 08:46
@jo-mut jo-mut marked this pull request as ready for review April 25, 2024 10:03
@jo-mut jo-mut force-pushed the bug/store-nodes-issue branch from 070d114 to a90d6dc Compare April 25, 2024 10:04
@jo-mut jo-mut force-pushed the bug/store-nodes-issue branch from a90d6dc to b27df1c Compare April 25, 2024 11:57
@jo-mut
Copy link
Contributor Author

jo-mut commented Apr 25, 2024

closing this as there is a better approach to solving it in this pr https://github.com/status-im/status-mobile/pull/19798/files

@jo-mut jo-mut closed this Apr 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Archived in project
Development

Successfully merging this pull request may close these issues.

Store nodes are not available on IOS
2 participants