4.5.0
·
1292 commits
to master
since this release
[4.5.0] - 2023-04-12
Added
- Added the
Weighted Averagesreport to the web version. The main part of logic moved to thebfx-reportand the behavior is the same as in the previous PR bfx-reports-framework#246. PRs: bfx-report#289, bfx-reports-framework#266, bfx-report-ui#631 - Added ability to set the selected
TTLof the BFX auth token to the backend side. PR: bfx-reports-framework#268 - Implemented logic for injection and usage of customizable ports for
API_URLandWS_ADDRESSif available onelectronLoadcustom event in the framework mode, it's related to these previous changes: bfx-report-electron#187, bfx-report-ui#619. PR: bfx-report-ui#630
Changed
- Added the
temporarily_unavailableBFX error handler, it's related to issues when the main platform is under maintenance. Instead showing an error modal dialog under the electron app would show the network issue message. And also it added some retries for fetching data as it was done earlier for the commonisENetErrorchecker. PR: bfx-report#290
Fixed
- Disallowed user removal when sync going to prevent unexpected behavior. PR: bfx-reports-framework#267
- Fixed issues with incorrect pairs formatting and providing a
symbolparam for thegetPublicTradesrequest in some cases. AdjustedSymbol Filterwidth to fit better for all available pairs. PR: bfx-report-ui#626 - Fixed issues with incorrect
TESTsymbols/pairs mapping. Fixed selector width to fit better for all available pairs. PR: bfx-report-ui#628