Skip to content

v3.12.0

Compare
Choose a tag to compare
@robertkowalski robertkowalski released this 05 Jul 14:01
· 601 commits to master since this release
UI: improve performance - use reselect for components
UI: fix column width on table components
UI: add search by currency full name
UI: show errors in order form next to field that errors
UI: show base and quote currency in the order form
UI: add bars instead of circles on orders and order history for shorter width
UI: implement minimum component size
UI: ticker widget - show volume in USD
UI: rename perps correctly
UI: group notifications with expand/collapse toggle
UI: rename futures to derivatives
UI: fix WS connection statuswith no internet
UI: add CCY into component title of chart, order book and trades
UI: switch dropdown for exchange/margin to toggle in orderform
UI: notifications refactoring & improvement
UI: add button to only update keys in settings
UI: add message for no balances in balance widget
UI: make all components moveable
UI: fix api keys form overlay with execute order
UI: fix ticker max amount of currencies
UI: trading stage: allow filtering with all symbols
UI: align ticker component with bitfinex webapp

UI: move prop types (dev)
UI: refactor strategy editor and trading section (dev)
UI: removed unused code and switched to fn component (dev)
UI: refactor chart & chart panel (dev)
UI: refactor order form inputs (dev)
UI: fix missing props in settings (dev)


algo: twap: fix column name and last row content in csv logs
algo: twap: prevent exception in `onDataTrades` event handler
algo: acc/dis: fetch the correct indicator class for relative offset and cap
algo: acc/dis: skip outdated ma values for order price calculation 
algo: acc/dis: add csv logging for better testing
algo: acc/dis: fix error on ma cross cap indicators
algo: ococo: cancel all orders
algo: fix retry attempts on order submit
algo: log system: log & test twap orders
algo: rewrite order form validation for better UI support
algo: refactor benchmarks (dev)

server: check potential mem leak on reauth
server: refactor, cleanup unused code (dev)