This repository was archived by the owner on Jul 5, 2026. It is now read-only.
feat(explorer): /explorer chain-analytics dashboard#274
Merged
Conversation
The headline 'network at a glance' view stitching the four new chain-analytics endpoints (epic #1986) into one dashboard: - KPI tiles — windowed totals for extrinsics / blocks / events / fees + the overall success rate. - Daily-extrinsics sparkline (chronological) from /api/v1/chain/activity. - Call-mix bars from /api/v1/chain/calls, top fee/total from /api/v1/chain/fees. - Most-active-accounts table from /api/v1/chain/signers, linking to each account. - 7d / 30d window toggle wired to the route search param. Adds the four chainActivity/Calls/Signers/Fees query builders + their response types, a nav entry under the chain group, and the regenerated route tree. Closes #266 — completing epic JSONbored/metagraphed#1986.
|
Superagent didn't find any vulnerabilities or security issues in this PR. |
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
metagraphed-ui | eea04e8 | Commit Preview URL Branch Preview URL |
Jun 26 2026, 12:35 PM |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The headline 'network at a glance' dashboard, stitching the four new chain-analytics endpoints (metagraphed #1987-#1990, epic JSONbored/metagraphed#1986) into one
/explorerroute. Closes #266 — completing the epic.What
/api/v1/chain/activity./api/v1/chain/calls; fee totals from/api/v1/chain/fees./api/v1/chain/signers, each linking to its account page.Adds the four
chain*Querybuilders + response types, a nav entry under the chain group, and the regenerated route tree.Verify (local build broken — @sentry/browser)
tsc --noEmit: 0 errors ·eslint: 0 errors (2 standardreact-refreshroute warnings) ·prettier --check: clean · route tree regenerated via@tanstack/router-generator.Consumes endpoints that ship in the same epic; renders schema-stable empty states until the chain poller fills the tiers.