v1.1.1
Fixes
- allow gateway to fallback to network queries when a market/oracle subscriptions does not exist ("it just works")
- users can debug slow queries with
--verbose
e.g. in the following output the query is making network fetch for perp market 24.
[2024-10-24T03:47:58Z INFO gateway] 127.0.0.1 | 200 | GET /v2/positionInfo/24 HTTP/1.1 | (546.571000ms)
[2024-10-24T03:48:01Z DEBUG rpc] fetch market: perp/24
[2024-10-24T03:48:01Z DEBUG rpc] fetch oracle account: perp/24
starting gateway with --markets jup-perp
(i.e perp/24) would improve performance