Skip to content

feat: add transaction history#924

Merged
yahia008 merged 1 commit into
StellarCheckMate:mainfrom
henrypeters:feature/issue-741-add-transaction-history
Jun 27, 2026
Merged

feat: add transaction history#924
yahia008 merged 1 commit into
StellarCheckMate:mainfrom
henrypeters:feature/issue-741-add-transaction-history

Conversation

@henrypeters

Copy link
Copy Markdown
Contributor

Changes:

  • analyticsService.ts — calculates earnings, win rate, avg stake; filters by time period (7d/30d/all), token, and status; CSV export
  • useAnalytics.ts — hook wrapping useMatches with 5-minute client-side cache
  • EarningsChart / WinRateTrend — recharts area/line chart components
  • AnalyticsDashboard — main component with stat cards, time period selector, token/status filters, match history table, and CSV export button
  • App.tsx — dashboard rendered when wallet is connected
  • Unit tests for all analytics calculations; component tests for the dashboard

Security: all data is filtered server-side by the connected wallet's public key — no cross-user data exposure.

closes #741

@drips-wave

drips-wave Bot commented Jun 27, 2026

Copy link
Copy Markdown

@henrypeters Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@yahia008 yahia008 merged commit e2809f1 into StellarCheckMate:main Jun 27, 2026
4 of 5 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.

Add Transaction History and Analytics Dashboard

2 participants