Skip to content

feat: add miner and prover count graphs to PoVW tab - #45

Closed
zeroklaw wants to merge 1 commit into
mainfrom
zeroklaw/issue-42-miner-prover-charts
Closed

feat: add miner and prover count graphs to PoVW tab#45
zeroklaw wants to merge 1 commit into
mainfrom
zeroklaw/issue-42-miner-prover-charts

Conversation

@zeroklaw

Copy link
Copy Markdown
Member

Summary

  • Adds Miner Count per Epoch area chart (blue) showing unique miners over time
  • Adds Active Provers per Epoch area chart (green) showing prover count over time
  • Extends EpochPoint interface with minerCount and proverCount
  • Updates mergeEpochData to carry miner_count from epoch data and activeProvers from the prover API
  • Prover chart currently displays latest active prover count across all epochs (historical per-epoch prover data not yet available from the API — noted in chart subtitle)

Closes #42

Test Plan

  • npm run build passes
  • npm run test passes (3/3 tests)
  • No new lint errors in changed files
  • Charts render correctly in dev with bundled epochs.json data

- Extend EpochPoint interface with minerCount and proverCount
- Update mergeEpochData to map miner_count from epochs and activeProvers
- Add Miner Count per Epoch area chart (blue)
- Add Active Provers per Epoch area chart (green) with note about historical data
- Prover chart currently shows latest value across all epochs pending historical API
@github-actions

Copy link
Copy Markdown

Preview deployment

URL
Latest commit https://49fe8d5e.boundless-profit-explorer.pages.dev
Branch alias https://head.boundless-profit-explorer.pages.dev

The branch alias URL always points to the latest commit on this PR.

@zeroklaw
zeroklaw marked this pull request as ready for review May 11, 2026 20:41
@zeroklaw
zeroklaw requested a review from mintybasil May 11, 2026 20:41
@mintybasil mintybasil closed this May 12, 2026
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.

Add prover and miner count graphs

2 participants