Maxx45654/ricci-reserve-protocol
Fix working directory - run from /app root to preserve relative paths
Add Railway deployment configuration
Simplify Dockerfile - copy entire project, build in place, run from dashboard directory
Remove middleware copy from builder stage - only copy in final stage
Fix Dockerfile - properly copy middleware directory with correct path
Simplify Dockerfile - copy entire dashboard and engine directories to ensure all files are included
Fix Dockerfile - copy middleware before server.js to resolve module dependencies
Improve Dockerfile robustness for HuggingFace build - add middleware copy, error handling
Add git to Docker dependencies for HuggingFace build
Update security incident response - all remediation complete
Remove .env file from git tracking - contains sensitive credentials
Add security incident response documentation
Remove exposed Telegram bot token from documentation
Deploy to HuggingFace Spaces - Unified Docker image
Deploy AxiomTestnet to HuggingFace Spaces - Unified Docker image with Node.js + Python
Fix: Use correct appId in Fly.io GraphQL mutation
Add quick setup guide for coin switching
Add final summary: Coin switching fixed with Fly.io Secrets
Fix: Use Fly.io Secrets for dynamic coin switching
Add summary of coin restart bug fix
Fix: Enable auto-restart on Fly.io with API integration
Add Fly.io auto-restart guide for live demo
Add comprehensive auto-restart documentation
Document auto-restart feature for coin changes
Add final solution summary for coin switching
Add engine restart script and troubleshooting guide
Add coin feed fix documentation and quick reference guide
Fix: Coin feed switching now works correctly
Add Fly.io deployment ready summary
Add Fly.io demo deployment guide
Add live demo quick start guide
Add demo ready summary
Add comprehensive live blockchain demo guides
Add testing summary documentation
Add comprehensive testing guides and documentation
Fix: Add engine/__init__.py imports and create comprehensive testing guide
20-Week Roadmap Complete - Final Summary
Phase 10 Implementation Complete: Developer Tools & Final Integration
Phase 9 Implementation Complete: Compliance & Governance + Advanced Optimization
Phase 8 Implementation Complete: Advanced Security and Real-Time Processing
Phase 7 Implementation Complete: Enterprise Features & Advanced Analytics
docs: Add merge completion summary
Merge branch 'audit-phase2' into main
docs: Add branch analysis and merge documentation
Quick fixes: Solhint config, dependency updates, bundle optimization
feat: Add live blockchain testing and cleanup utilities
fix: Update API test to check for correct field name and add final test report
feat: Enable blockchain testing and create comprehensive test suite
Phase 3: Telegram Bot Alerts - Complete Implementation
feat: Add Binance Live Price Integration to Dashboard
