Skip to content

Fix silent token import and search by contract address#511

Merged
DRadmir merged 1 commit into
mainfrom
fix/token-import-and-search
Jun 16, 2026
Merged

Fix silent token import and search by contract address#511
DRadmir merged 1 commit into
mainfrom
fix/token-import-and-search

Conversation

@DRadmir

@DRadmir DRadmir commented Jun 15, 2026

Copy link
Copy Markdown
Collaborator

Pressing Import now adds the token (with a loader) instead of silently exiting to the main screen.

Search also finds tokens by contract address even when they aren't in the catalog, and importing a lowercase address now works.

Closes #503

- AddAsset waits for the import with a loader instead of navigating first, so it no longer fails silently (#503)
- Asset search queries backend and nodes in parallel, deduped by asset id
- Normalize the entered EVM address so lowercase and checksummed both resolve
- Add AssetsService search tests
@DRadmir DRadmir self-assigned this Jun 15, 2026
@DRadmir DRadmir merged commit f049923 into main Jun 16, 2026
2 of 4 checks passed
@DRadmir DRadmir deleted the fix/token-import-and-search branch June 16, 2026 06:20
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.

Token import fails silently on Android 10

1 participant