Skip to content

v3.14.0

Compare
Choose a tag to compare
@vigan-abd vigan-abd released this 28 Jul 16:48
· 466 commits to master since this release
ui: moved UI main infrastructure to bfx-hf-ui-core
ui: fixed correct labeling to order history, atomic orders and positions
ui: removed actions title from table heading
ui: removed sorting from actions table heading
ui: fixed long name in open strategy editor by replacing long text with "..."
ui: improved scrollbars
ui: added screen for application crashes
ui: fixed wrong api keys status in settings modal
ui: fixed logo position in safari browser
ui: added popup explaining information about pausing algo orders on app exit
ui: added helper messages via tooltips on order form checkboxes
ui: updated order history component to latest version of ufx-ui
ui: fixed a bug in trading stage that caused forever loading if two components had same pair selected
ui: updated readme docs according to latest version of HF UI
ui: fixed text overlapping issue on remove strategy popup when texts are too long
ui: fixed app crash caused by missing bid/ask inputs before estabilishing HF connection
ui: updated book modules to receive bulk updates over ws

ui-core: moved UI main infrastructure to bfx-hf-ui-core

algo: improved integration tests
algo: TWAP: fix remaining amount
algo: PING/PONG: fixed bug related to min price = max price
algo: TWAP: fixed issue when algo traded against itself
algo: added support for funding candles in channel key parser

server: added api endpoint that returns info if we should show algo order pause info on app exit
server: updated settings update endpoint with option for showing algo order pause info
server: update auth args of manager on api credentials change for successful reconnect

ui-config: added algo order pause info default config value (show)

bfx-api-node-core: fixed ws reconnecting issue

moved packages from npm to github releases:
- bfx-hf-util
- bfx-hf-indicators
- bfx-hf-algo
- bfx-hf-models
- bfx-hf-models-adapter-lowdb
- bfx-hf-ext-plugin-bitfinex
- bfx-hf-ext-plugin-dummy
- bfx-hf-strategy
- bfx-hf-backtest
- bfx-hf-data-server
- bfx-hf-server
- bfx-hf-ui-con