Backend changes: - mining-wallet-service: Split SHARE_POOL into SHARE_POOL_A (100亿, for burning) and SHARE_POOL_B (200万, for mining distribution) - Add /pool-accounts/share-pool-balance API endpoint to get total balance - Update pool initialization logic and seed data - Fix Kong routing for mining-wallet-service (strip_path: true) - Fix Kong routing for trading-service (strip_path: true) Constant updates (100.02亿 = 10,002,000,000): - mining-service: TOTAL_SHARES - trading-service: TOTAL_SHARES, trading config defaults - trading-service seed: initial green points = 5760 Frontend changes: - Add sharePoolBalanceProvider to fetch pool balance from mining-wallet-service - Update contribution page to display real-time share pool balance (A + B) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| android | ||
| assets | ||
| ios | ||
| lib | ||
| test | ||
| .gitignore | ||
| .metadata | ||
| DEVELOPMENT_GUIDE.md | ||
| README.md | ||
| analysis_options.yaml | ||
| pubspec.yaml | ||
README.md
mining_app
A new Flutter project.
Getting Started
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.