Skip to content

feat: link addresses, tx hashes, and blocks to blockchain explorers#38

Open
wmagev wants to merge 2 commits into
entrius:testfrom
wmagev:feat/explorer-links
Open

feat: link addresses, tx hashes, and blocks to blockchain explorers#38
wmagev wants to merge 2 commits into
entrius:testfrom
wmagev:feat/explorer-links

Conversation

@wmagev
Copy link
Copy Markdown

@wmagev wmagev commented Apr 18, 2026

Adds getExplorerUrl(chain, type, value) mapping BTC → blockchain.com (address/tx) and TAO → taostats.io (account/block). CopyableAddress splits the single click-to-copy behavior into two affordances: the label becomes an explorer link when chain is provided, and a dedicated copy IconButton handles clipboard separately.

Wires chain/type through EventFeed, MinerRatesTable, SwapTracker, and SwapDetailPage so hotkeys, source/dest tx hashes, and block numbers in the timeline are all jump-to-explorer links.

Fixes #37
after

wmagev added 2 commits April 18, 2026 22:14
Adds getExplorerUrl(chain, type, value) mapping BTC → blockchain.com
(address/tx) and TAO → taostats.io (account/block). CopyableAddress
splits the single click-to-copy behavior into two affordances: the
label becomes an explorer link when chain is provided, and a dedicated
copy IconButton handles clipboard separately.

Wires chain/type through EventFeed, MinerRatesTable, SwapTracker, and
SwapDetailPage so hotkeys, source/dest tx hashes, and block numbers in
the timeline are all jump-to-explorer links.
- Link `reservedUntil` block and event-history block numbers to taostats
- Drop explorer link on tracker card addresses to fix nested <a> DOM warning
@wmagev
Copy link
Copy Markdown
Author

wmagev commented Apr 20, 2026

@LandynDev Ready for review

@anderdc anderdc added the enhancement New feature or request label Apr 21, 2026
@anderdc
Copy link
Copy Markdown
Collaborator

anderdc commented May 19, 2026

Fix conflicts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature]: Link blockchain addresses, tx hashes, and blocks to explorers

2 participants