Skip to content

Conversation

@noeliaSD
Copy link
Contributor

Closes #19081

What does the PR do

As discused with designer and team here:

  • Removed tooltip from checksum indicator on all platforms.
  • Checksum mismatch is now treated as a standard error instead of a tooltip hint.
  • Prevents adding an address with an invalid checksum.

Affected areas

Wallet / Saved addresses popup

Architecture compliance

Screencapture of the functionality

Screen.Recording.2025-11-11.at.17.55.42.mov

Impact on end user

Save address checksum validation improved

How to test

Use the same steps than shown in the video shared.

Risk

Low

- Removed tooltip from checksum indicator on all platforms.
- Checksum mismatch is now treated as a standard error instead of a tooltip hint.
- Prevents adding an address with an invalid checksum.

Closes #19081
@noeliaSD noeliaSD requested review from a team and micieslak as code owners November 11, 2025 17:09
@noeliaSD noeliaSD requested review from Khushboo-dev-cpp, alaibe, alexjba and friofry and removed request for a team and micieslak November 11, 2025 17:09
@status-im-auto
Copy link
Member

status-im-auto commented Nov 11, 2025

Jenkins Builds

Click to see older builds (13)
Commit #️⃣ Finished (UTC) Duration Platform Result
✔️ e71aaf5 #1 2025-11-11 17:17:27 ~7 min tests/nim 📄log
✔️ e71aaf5 #1 2025-11-11 17:18:36 ~9 min android/arm64 🤖apk 📲
✔️ e71aaf5 #1 2025-11-11 17:22:05 ~12 min macos/aarch64 🍎dmg
✔️ e71aaf5 #1 2025-11-11 17:24:22 ~14 min tests/ui 📄log
✔️ e71aaf5 #1 2025-11-11 17:24:51 ~15 min ios/aarch64 📱ipa
✔️ e71aaf5 #1 2025-11-11 17:26:53 ~17 min linux/x86_64 📦tgz
✔️ e71aaf5 #1 2025-11-11 17:28:03 ~18 min macos/aarch64-nwaku 🍎dmg
✔️ e71aaf5 #1 2025-11-11 17:33:44 ~24 min linux/x86_64-nwaku 📦tgz
✔️ e71aaf5 #1 2025-11-11 17:45:30 ~35 min windows/x86_64 💿exe
✖️ e71aaf5 pr19260 2025-11-11 17:57:50 ~30 min tests/e2e 📊rpt
✖️ e71aaf5 PR19260 2025-11-11 18:00:15 ~14 min tests/e2e-windows 📊rpt
✔️ 9697e9c4 #2 2025-11-12 17:25:56 ~10 min android/arm64 🤖apk 📲
✔️ 68c21c61 #3 2025-11-13 17:26:52 ~11 min android/arm64 🤖apk 📲
Commit #️⃣ Finished (UTC) Duration Platform Result
✔️ 5ccbe16c #4 2025-11-14 17:26:14 ~10 min android/arm64 🤖apk 📲
✔️ 166028d9 #5 2025-11-15 17:27:09 ~11 min android/arm64 🤖apk 📲

Copy link
Member

@caybro caybro left a comment

Choose a reason for hiding this comment

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

LGTM

@alexjba
Copy link
Contributor

alexjba commented Nov 12, 2025

previously the checksum was only a warning and now it's an error state. Are we sure this is the proper behavior? I suspect there's some places in the app where we can copy wallet the address and it will fail with this error. When reporting this bug I've used existing account addresses copy-pasted from within the app and the address was lower case.

@Khushboo-dev-cpp
Copy link
Contributor

previously the checksum was only a warning and now it's an error state. Are we sure this is the proper behavior? I suspect there's some places in the app where we can copy wallet the address and it will fail with this error. When reporting this bug I've used existing account addresses copy-pasted from within the app and the address was lower case.

@alexjba this might be my mistake, I though we only allow checksums addresses, but I guess I am wrong. I was trying to find the Saved Address designs from before to verify but was unable to find them.

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.

[Save account][Android] Misleading checksum indicator

5 participants