Skip to content

fix: delete link to explorer from wallet, fix staking view in wallet, add orders to global search in explorer and fix is pending in transaction view in explorer#386

Merged
andrewnguyen22 merged 2 commits intomainfrom
fix-config-wallet-explorer
Apr 28, 2026
Merged

fix: delete link to explorer from wallet, fix staking view in wallet, add orders to global search in explorer and fix is pending in transaction view in explorer#386
andrewnguyen22 merged 2 commits intomainfrom
fix-config-wallet-explorer

Conversation

@pablocampogo
Copy link
Copy Markdown
Contributor

Fix Config, Wallet & Explorer Issues

Summary

This PR addresses several issues across the wallet and explorer web applications, focusing on removing a broken cross-app dependency, improving the staking UI, and expanding search capabilities.

Changes

  • Removed explorer link coupling from the wallet: The wallet no longer builds or injects explorer URLs into its configuration. This eliminates the fragile dependency where the wallet tried to derive the explorer's base URL from request headers and config, which was error-prone and unnecessary. The "View on Explorer" link in the transaction detail modal has been removed accordingly.

  • Improved staking validator display in the wallet: Validator cards and list rows now show validator nicknames when available, with a cleaner layout that includes identicon images alongside copyable addresses. This replaces the previous inline-only address display with a more informative two-line format (nickname + truncated address).

  • Added order search support in the explorer: The global search now includes orders as a searchable and filterable entity type. Search results render order details (ID, committee, status, amounts, and addresses) consistently with other entity types, and search placeholders have been updated to reflect the new capability.

  • Fixed pending status detection in the explorer transaction view: The transaction detail page now correctly determines whether a transaction is pending, resolving cases where the status was not displayed accurately.

… add orders to global search in explorer and fix is pending in transaction view in explorer
@pablocampogo pablocampogo force-pushed the fix-config-wallet-explorer branch from 29c8882 to f2c74a0 Compare April 27, 2026 23:02
@andrewnguyen22 andrewnguyen22 merged commit 2ee6a54 into main Apr 28, 2026
2 checks passed
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.

2 participants