Skip to content

Retry the activities sync after a failed attempt - #982

Merged
DRadmir merged 1 commit into
mainfrom
wt3/activities-sync-retry
Aug 27, 2026
Merged

Retry the activities sync after a failed attempt#982
DRadmir merged 1 commit into
mainfrom
wt3/activities-sync-retry

Conversation

@DRadmir

@DRadmir DRadmir commented Aug 27, 2026

Copy link
Copy Markdown
Collaborator

The Activity tab syncs once per wallet when you open it. If that sync failed — say the app started without a connection — it was marked as done anyway and never tried again, so the list stayed stale until you pulled to refresh.

Now a failed sync is not counted as done, and the next visit to the tab tries again.

TransactionsViewModel marked a wallet as synced before the sync ran, and
SyncTransactions swallowed every failure, so a sync that failed was never
retried while the app stayed open.

Report the sync outcome and release the marker when it did not succeed.
@DRadmir DRadmir self-assigned this Aug 27, 2026
@DRadmir
DRadmir merged commit d21cdd5 into main Aug 27, 2026
1 check passed
@DRadmir
DRadmir deleted the wt3/activities-sync-retry branch August 27, 2026 06:15
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.

1 participant