Skip to content

v1.1.0

Compare
Choose a tag to compare
@jordy25519 jordy25519 released this 23 Oct 03:49
· 12 commits to master since this release
577f709

This release greatly reduces the number of network connections made by gateway.

Users can provide the new flag --markets sol-perp,sol,wbtc on startup to indicate which markets will be traded.
Gateway will use these flags and any open positions to determine appropriate network subscriptions.

Changes

  • Gateway makes minimal network subscriptions by default. Alleviates the issue with user's facing 429s / rate limits (#86 )
  • INIT_RPC_THROTTLE env can be set to some int (in seconds) to control request rate during gateway start phase