Skip to content

4.5.0

Choose a tag to compare

@github-actions github-actions released this 12 Apr 09:51
· 1292 commits to master since this release
1ccb4c9

[4.5.0] - 2023-04-12

Added

Changed

  • Added the temporarily_unavailable BFX 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 common isENetError checker. 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 symbol param for the getPublicTrades request in some cases. Adjusted Symbol Filter width to fit better for all available pairs. PR: bfx-report-ui#626
  • Fixed issues with incorrect TEST symbols/pairs mapping. Fixed selector width to fit better for all available pairs. PR: bfx-report-ui#628