"Limit of 20 addresses reached" is not implemented on mobile #22045
Labels
feature-parity
wallet: Save Address
All issues related to save address feature
wallet-core
Issues for mobile wallet team
Bug Report
Problem
As a user, I want to add my saved addresses within the existing backend limits, since exceeding the limit might lead to unexpected behavior.
Found during implementing functional backend tests in status-im/status-go#6333
Discussion: Thread
The backend imposes a limit of 20 addresses, which can be checked using
wakuext_remainingCapacityForSavedAddresses
.Currently, this check is not enforced on Mobile, meaning there is effectively no limit, since
wakuext_upsertSavedAddress
(used for adding/updating saved addresses) does not apply any restrictions.Expected Behavior
How it is used on desktop client:
Actual Behavior
There is no current behavior, as the screen was not designed for this case.
Could not find it in Figma
Acceptance Criteria
The text was updated successfully, but these errors were encountered: