3 Commits

Author SHA1 Message Date
Automated Action
b7f18dcaec Add CRUD endpoints for opportunities, trades, and system events
- Add GET endpoint for individual arbitrage opportunities
- Add POST endpoint for creating arbitrage opportunities
- Add GET endpoint for individual trades
- Add POST endpoint for creating trades
- Add endpoints for system events (GET list, GET by ID, POST)
- Update API router to include the new events endpoints
- Fix linting issues
2025-06-05 19:43:15 +00:00
Automated Action
572a7c0dd0 Add mock implementations for Solana dependencies
- Add graceful handling of missing Solana dependencies
- Create mock implementations for Solana classes
- Added all required __init__.py files to make modules importable
- Update requirements.txt with missing dependencies
2025-06-05 19:38:01 +00:00
Automated Action
73b706f0eb Set up Solana Arbitrage Trading System
- Created Alembic migrations for SQLite database
- Set up database initialization on app startup
- Fixed linting issues with Ruff
- Updated README with comprehensive documentation
- Configured startup tasks and health checks
2025-06-05 19:34:12 +00:00