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

Wallet - Handle blockchain status signal #18826

Closed
smohamedjavid opened this issue Feb 14, 2024 · 0 comments · Fixed by #18850
Closed

Wallet - Handle blockchain status signal #18826

smohamedjavid opened this issue Feb 14, 2024 · 0 comments · Fixed by #18850
Assignees
Labels
feature feature requests

Comments

@smohamedjavid
Copy link
Member

Feature Issue

status-go sends a wallet-blockchain-status-changed signal with chain data (whether it's up or down).

If any of the chains is down (due to provider, network connectivity, or API exhaustion), we need to show a toast* to the user.

User Story

As a user, I want to know if any chain is down so that I will not perform any activity on it.

Description

On receiving wallet event wallet-blockchain-status-changed, the mobile app should check whether any chains are down. If there is any, we should inform the user with a toast.

Acceptance Criteria

  • Toast is shown if any of the chains are down

Notes

To simulate chain down for testing/integration, use the wrong RPC URL in status-go.

*The design team is working on a sticky banner. For now, we will use Toast to inform the user

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature feature requests
Development

Successfully merging a pull request may close this issue.

1 participant