0xMiden / 0xMiden/feedback

Midenscan address lookup fails for inputs due to the wallet suffix.

Open
#144 1 comment 0 reactions 0 assignees View on GitHub
midenscan
Dominant language
No language data
Stars
1
Forks
0
PR merge metrics
No merged PRs in 30d

Description

### Midenscan

**1. Address search should ignore underscore suffixes**
When users paste an address that have underscore followed by extra characters (copied from wallet or explorer), the explorer currently fails to resolve it.
**Proposed fix:** Strip everything from the first underscore onward before performing the lookup.
_Example:_
Input: mtst1aqn3pk2ug7qjxyq9452apy7grcq5u3q6_qruqqypuyph
Normalised address: mtst1aqn3pk2ug7qjxyq9452apy7grcq5u3q6

**2. Show timestamps on transaction IDs**
The transaction list only displays the hash. address and block number, making it not easy to know when a transaction occurred.
**Request Change:** Add a “Time” column (date + hour) on the transaction ID page.

**3. Mobile layout for “Latest Block” and “Latest Transaction”**
On narrow screens the two panels sit side‑by‑side and overflow the viewport.
**Proposed fix:** Collapse them into a single vertical stack on viewports ≤ 600 px. This prevents content clipping and improves readability on phones.

### Miden Wallet

**Request Feature:** Explorer shortcut on the dashboard
Add a prominent “View on Explorer” button (or link) on the wallet’s main page so users can jump directly to the explorer for the selected address.

**Issues: Cannot create a new private account after a wallet reset**

_Steps to reproduce:_

- Create a private account.
- Reset the wallet (e.g., via the settings → “Reset Wallet” option).
- Attempt to create another private account.

**Expected:** A fresh private account is created without error.
**Observed:** The UI returns an error and the account is not created.

https://github.com/user-attachments/assets/df8475fa-fd41-40d1-87e6-099ac614c2ad

**Rationale:**

- Normalising underscore‑suffixed addresses eliminates a frequent copy‑paste pain point.
- Timestamps give users immediate context for their activity and aid troubleshooting.
- A mobile‑first layout guarantees a usable experience for the growing number of on‑the‑go users.
- Direct explorer access reduces navigation friction, aligning the wallet with other mainstream Web3 wallets.
- Fixing the private‑account reset bug restores confidence that the wallet can be safely re‑initialized.

Thank you for reviewing these suggestions. Please let me know if any additional clarification or example data would help with implementation.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.