Skip to content

v3.8.3

Compare
Choose a tag to compare
@robertkowalski robertkowalski released this 22 Apr 10:47
· 1177 commits to master since this release
  - UI: use new orderbook component from microfinex
  - UI: orderbook cog > stacked view check only should not contain total
  - UI: trading terminal: leverage slider not aligned
  - UI: allow users to edit both the API keys and paper trading keys
  - UI: TWAP: Dropdown icon overlaps with settings for "Price Condition" on a custom "Price Target"
  - UI: reduce only flag is missing on margin limit orders
  - UI: reverse order of buy and sell buttons
  - UI: on reconnect, show algo orders resume popup 
  - UI: fix dependencies
  - UI: fix doc links in strategy editor

  - algos: remove submit delay from all algo orders 
  - algos: fix subscribe dup error on multiple channel subscriptions
  - algos: ma cross: fix premature execution with outdated input

  - server: remove ticker subscriptions
  - server: remove pi-iteration module
  - server: fix potential mem leak in isHostOpen
  - server: rename event on reload of algo orders
  - server: deps: remove unused deps
  - server: remove old data-server proxy / client

  - dev: staging: use pair list from staging 
  - dev/UI: refactor: move Spinner, Dialog and related components to ui folder