Commit Graph

4 Commits

Author SHA1 Message Date
Shreerang Kale
07c6888bb6 Add flag to disable caching responses 2025-07-28 17:11:17 +05:30
Shreerang Kale
0735b30822 Change back ws port to 8545 2025-07-28 16:51:34 +05:30
Shreerang Kale
f8e8b359bc Add debug logs for signature subscription 2025-07-25 16:20:48 +05:30
afd
afa26d0e29 This is a bunch of untested AI slop, first pass.
Implement Solana RPC proxy with automatic failover and caching

- Add multi-provider support for 5 free Solana RPC endpoints (Alchemy, PublicNode, Helius, QuickNode, Solana Public)
- Implement automatic failover with 30-minute backoff for failed providers
- Add disk-based response caching with 100GB LRU eviction
- Create SQLite error logging with UUID tracking
- Support both HTTP JSON-RPC and WebSocket connections
- Include provider-specific authentication handling
- Add response normalization for consistent output
- Write end-to-end tests for core functionality

The proxy provides a unified endpoint that automatically routes requests to available providers, caches responses to reduce load, and logs all errors with retrievable UUIDs for debugging.
2025-07-15 22:10:06 -04:00