- Add ContributionStats entity and model for network-wide statistics - Add /api/v2/contribution/stats endpoint - Implement estimatedEarningsProvider to calculate daily earnings - Formula: (user contribution / total contribution) × daily allocation - Update contribution page to display real estimated earnings - Add debug logs for contribution records API Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| asset_display.dart | ||
| contribution.dart | ||
| contribution_record.dart | ||
| contribution_stats.dart | ||
| global_state.dart | ||
| kline.dart | ||
| market_overview.dart | ||
| mining_record.dart | ||
| price_info.dart | ||
| share_account.dart | ||
| trade_order.dart | ||
| trading_account.dart | ||