Skip to content

Conversation

@jrainville
Copy link
Member

What does the PR do

Fixes #18619

status-go PR: status-im/status-go#7096

The issue was simply that we added the ens domain to the name without checking if it was already there. Easily fixed by calling the utils function.

Also, fixes past issues by calling a migration.

Affected areas

  • ens service
  • new status-go migration

Architecture compliance

Screencapture of the functionality

image

Impact on end user

Fixes the issue for new buys and old ones

How to test

  • Buy an ENS name
  • Check your names if you used to have the issue

Risk

Low

@jrainville jrainville requested a review from a team as a code owner November 10, 2025 20:23
@jrainville jrainville requested review from igor-sirotin, iurimatias and osmaczko and removed request for a team November 10, 2025 20:23
@status-im-auto
Copy link
Member

status-im-auto commented Nov 10, 2025

Jenkins Builds

Click to see older builds (14)
Commit #️⃣ Finished (UTC) Duration Platform Result
✔️ e65837a #1 2025-11-10 20:31:43 ~8 min tests/nim 📄log
✔️ e65837a #1 2025-11-10 20:32:29 ~9 min android/arm64 🤖apk 📲
✖️ e65837a #1 2025-11-10 20:35:35 ~12 min ios/aarch64 📱ipa
✔️ e65837a #1 2025-11-10 20:38:06 ~14 min tests/ui 📄log
✔️ e65837a #1 2025-11-10 20:38:18 ~14 min macos/aarch64 🍎dmg
✔️ e65837a #1 2025-11-10 20:40:35 ~17 min linux/x86_64 📦tgz
✔️ e65837a #1 2025-11-10 20:41:48 ~18 min macos/aarch64-nwaku 🍎dmg
✔️ e65837a #1 2025-11-10 20:46:18 ~22 min linux/x86_64-nwaku 📦tgz
✔️ e65837a #1 2025-11-10 20:56:34 ~32 min windows/x86_64 💿exe
✔️ e65837a pr19244 2025-11-10 20:57:10 ~16 min tests/e2e 📊rpt
✔️ e65837a PR19244 2025-11-10 21:10:41 ~14 min tests/e2e-windows 📊rpt
✔️ 3fcc036d #2 2025-11-11 17:26:27 ~11 min android/arm64 🤖apk 📲
✔️ bf498e98 #3 2025-11-12 17:26:45 ~10 min android/arm64 🤖apk 📲
✔️ 865e0050 #4 2025-11-13 17:27:06 ~11 min android/arm64 🤖apk 📲
Commit #️⃣ Finished (UTC) Duration Platform Result
✔️ f109d3d #2 2025-11-14 16:32:36 ~6 min tests/nim 📄log
✔️ f109d3d #5 2025-11-14 16:36:23 ~10 min android/arm64 🤖apk 📲
✔️ f109d3d #2 2025-11-14 16:38:32 ~12 min macos/aarch64 🍎dmg
✔️ f109d3d #2 2025-11-14 16:39:17 ~13 min ios/aarch64 📱ipa
✔️ f109d3d #2 2025-11-14 16:40:38 ~14 min tests/ui 📄log
✔️ f109d3d #2 2025-11-14 16:42:22 ~16 min linux/x86_64 📦tgz
✔️ f109d3d #2 2025-11-14 16:42:56 ~16 min macos/aarch64-nwaku 🍎dmg
✔️ f109d3d #2 2025-11-14 16:46:30 ~20 min windows/x86_64 💿exe
✔️ f109d3d #2 2025-11-14 16:49:13 ~23 min linux/x86_64-nwaku 📦tgz
✔️ f109d3d pr19244 2025-11-14 16:58:57 ~16 min tests/e2e 📊rpt
✖️ f109d3d PR19244 2025-11-14 17:00:23 ~13 min tests/e2e-windows 📊rpt
✔️ fdf62fd #3 2025-11-14 18:23:23 ~7 min tests/nim 📄log
✔️ fdf62fd #6 2025-11-14 18:24:58 ~9 min android/arm64 🤖apk 📲
✔️ fdf62fd #3 2025-11-14 18:27:31 ~11 min macos/aarch64 🍎dmg
✔️ fdf62fd #3 2025-11-14 18:28:35 ~12 min macos/aarch64-nwaku 🍎dmg
✔️ fdf62fd #3 2025-11-14 18:29:08 ~13 min tests/ui 📄log
✔️ fdf62fd #3 2025-11-14 18:31:55 ~16 min ios/aarch64 📱ipa
✔️ fdf62fd #3 2025-11-14 18:32:07 ~16 min linux/x86_64 📦tgz
✔️ fdf62fd #3 2025-11-14 18:32:33 ~16 min linux/x86_64-nwaku 📦tgz
✖️ fdf62fd pr19244 2025-11-14 18:50:16 ~18 min tests/e2e 📊rpt
✔️ fdf62fd #3 2025-11-14 18:54:56 ~38 min windows/x86_64 💿exe
✖️ fdf62fd PR19244 2025-11-14 19:09:27 ~14 min tests/e2e-windows 📊rpt

@jrainville jrainville force-pushed the fix/ens-name-double-domain branch from e65837a to f109d3d Compare November 14, 2025 16:25
Fixes #18619

The issue was simply that we added the ens domain to the name without checking if it was already there. Easily fixed by calling the utils function.

Also, fixes past issues by calling a migration.
@jrainville jrainville force-pushed the fix/ens-name-double-domain branch from f109d3d to fdf62fd Compare November 14, 2025 18:15
@jrainville jrainville merged commit 663afe0 into master Nov 14, 2025
12 of 13 checks passed
@jrainville jrainville deleted the fix/ens-name-double-domain branch November 14, 2025 19:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Purchased ENS name shown with duplicated domain name

5 participants