Skip to content

v1.1.1

Compare
Choose a tag to compare
@jordy25519 jordy25519 released this 24 Oct 04:38
· 11 commits to master since this release
32b31af

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