Summary
Transaction confirmations are shown as a raw block count with no context for what constitutes a confirmed transaction. A small display helper that maps block counts to a human-readable confirmation status gives users clearer feedback.
Scope
- add a helper that maps a raw block confirmation count to a labeled status such as pending, confirming, or confirmed
- apply the helper to the transaction row or detail view where block count is displayed
- ensure the thresholds are defined as constants rather than inline magic numbers
Acceptance Criteria
- block confirmation counts are displayed with a human-readable status label
- the thresholds are defined as named constants
- the raw count remains accessible as a tooltip or secondary label
Contributor coordination: if you pick this up, reach out in Telegram for updates or clarification: https://t.me/accesslayerorg
Summary
Transaction confirmations are shown as a raw block count with no context for what constitutes a confirmed transaction. A small display helper that maps block counts to a human-readable confirmation status gives users clearer feedback.
Scope
Acceptance Criteria
Contributor coordination: if you pick this up, reach out in Telegram for updates or clarification: https://t.me/accesslayerorg