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
Refine request_funding_rates and add test coverage
- Fix request_funding_rates calling request_trades instead of itself
- Fix docstring typos (trades -> funding rates) in actor.rs/.pyx
- Replace todo!() panics with proper errors in Postgres cache adapter
- Add request_funding_rates tests for actor, data client, and engine
- Add on_historical_funding_rates to TestDataActor for proper recording
- Add request_funding_rates to MockDataClient (Rust and Python)
0 commit comments