You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
[4.9.2] - 2023-08-02
Changed
Removed the Cumulative Weighted Price column and corresponding logic from the Weighted Averages report according to the latest requirements. Added Cost and Sale columns to the Weighted Averages report. PRs: bfx-report#319, bfx-reports-framework#302, bfx-report-ui#681
Improved sync time estimation flow as follows: in addition to existing emitting WS events when the next collection is syncing to not hold the previous time value (some collections can sync very long) adds an ability to emit the progress event every 1sec with new values spentTime and leftTime for better UX (so that the user does not think that sync has stalled). PR: bfx-reports-framework#303
Changed Rate Limits for public endpoints: trades to 15 req/min, candles to 60 req/min. PR: bfx-reports-framework#304
Fixed
Fixed issues with the incorrect synchronization estimation time conversion and representation. PR: bfx-report-ui#680
Fixed handling bfx api ERR_AUTH_API: ERR_INVALID_CREDENTIALS error to prevent showing 500 Internal Server Error and error modal dialog in the electron app. PR: bfx-report#318
Fixed the issue #215 related to MaxListenersExceededWarning warning for the electron windows. PR: bfx-report-electron#229