0xMiden / 0xMiden/wallet

Activity page: Consumed/received notes remain incorrectly shown as “Transaction failed”

Open
#771 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
5
Forks
28
Avg merge
9h 50m
Merged PRs (30d)
123

Description

### Problem

The **Activity** page continues to show multiple entries as **“Transaction failed”** even after the related notes have already been successfully consumed/received.

In the screenshot, one of the transactions has already updated to **Received · Confirmed**, but the other related entries still remain marked as **Transaction failed**.

This leaves stale failure states in the activity history and can make users think their transactions are still unsuccessful even though the notes have already been consumed successfully.

### User impact

This can confuse users because the wallet reports a transaction as failed even though the corresponding funds/notes have already been successfully received.

Users may incorrectly assume that:

* the transaction is still broken,
* the funds were not received, or
* they need to retry the transaction.

Image

Contributor guide

Open the contributing guide

Research direction

Look at the Activity page component and the logic that determines transaction status. The issue mentions that consumed/received notes are incorrectly marked as 'Transaction failed'. Start by finding where transaction statuses are set and updated, likely in a state management or data-fetching layer. Check how the wallet detects when notes are successfully consumed and updates the UI accordingly. Verify the fix by simulating a transaction that transitions from failed to received.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
frontend
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Active
Clarity
Mostly clear
Newbie friendliness
65/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.