v3.10.0
robertkowalski
released this
19 May 12:43
·
1042 commits
to master
since this release
UI: integrate ufx’s dropdown component
UI: improve notifications ui
UI: improve HF UI layout
UI: refactor - remove exchange/binance switches from whole codebase
UI: fix incorrect version retrieval bug
UI: fix HFUI props warnings
UI: outdated subscription handlers cleanup
UI: fix lint issues (dev)
UI: adjust eslint rules (dev)
UI: dependency updates (dev)
UI: prepare virtual table component
UI: split dependencies into smaller packages with lernajs
UI/server: solve issue when spam clicking the new order button
server: fix notification keeps popping up after one wrong api key was entered
server: remove trade subscribes
server: fix ghost 'auth failed' notifications
algo: fix dynamic allocation in debug, possible memleak
algo: fix memleak with subscribed channels
algo: fix debug output
bfx-hf-indicators: ma indicator: fix float issues (sma/ema)
bfx-hf-indicators: ma indicator: add test coverage (sma/ema)
bfx-hf-indicators: ema: use sma for first ema value in calc
bfx-hf-indicators: return null if not enough candles added (sma/ema)
bfx-hf-indicators: deps: remove unused dep create-index
bfx-hf-indicators: fix rsi indicator, add tests