You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: migrate RPC transport from HTTP polling to WebSocket subscriptions
- Add WebSocket as primary transport for instant block updates
- Keep HTTP (DRPC + Tenderly) as fallback for reliability
- Reduces eth_blockNumber polling costs by ~67% (~$800/month savings)
- Improves UX with instant block detection vs 4s polling delay
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
0 commit comments