- keep install-mode root redirect to /install and add tests covering install root redirect and install page serving
- change root backend handler from Any("/") to POST("/") so GET / can consistently serve the SPA after install
Co-authored-by: Copilot <copilot@github.com>
- Updated script and module preload links in index.html for optimized loading.
- Modified service worker (sw.js) to reflect new asset revisions and improve caching strategy.
- Updated configuration documentation in BT_RUN.md, docker-RUN.md, and manual_RUN.md to clarify currency rate settings.
- skip SPA fallback for `/install` and `/install/*` in main server
- keep install wizard accessible only during `RunInstallServer` phase
- prevent post-install access to install UI
- add ShouldSkipSPAFallback() deny prefixes: /api, /admin/api, /payments, /pay
- apply StaticWithConfig Skipper in both main http server and install server
- add unit tests for fallback skip matching behavior
- Rewrite Solana scanner: stateless scan with processed-signature cache, query wallet + USDT ATA + USDC ATA addresses to cover all SPL transfers
- Add network field to transaction_lock (4-tuple unique index) and order flow
- Add wallet management endpoints (add/list/get/status/delete) with token auth
- Add network info to Telegram payment notification
- Add USDC hint to test script GMPay prompt
- Add API docs and Solana scanning docs
- Add multi-currency exchange rate API integration (GetRateForCoin)
- Implement native TRX transfer detection alongside TRC20 USDT transfers
- Replace deprecated Tronscan API with Trongrid API for better reliability
- Add TRON Grid API key configuration support
- Refactor order service to support multiple tokens and currencies
- Update wallet address locking/unlocking to track token type
- Add base58 and gjson dependencies for crypto operations
- Optimize SQLite connection with WAL mode and busy timeout
- Remove deprecated USDT rate job (replaced by dynamic rate API)
- Update order data model to include currency and receive address fields
- Enhance TRC20 callback with improved error handling and logging