Release version 4.9.2 to beta #230
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
[4.9.2] - 2023-08-02
Changed
Cumulative Weighted Pricecolumn and corresponding logic from theWeighted Averagesreport according to the latest requirements. AddedCostandSalecolumns to theWeighted Averagesreport. PRs: bfx-report#319, bfx-reports-framework#302, bfx-report-ui#681WSevents when the next collection is syncing to not hold the previous time value (some collections can sync very long) adds an ability to emit theprogressevent every1secwith new valuesspentTimeandleftTimefor better UX (so that the user does not think that sync has stalled). PR: bfx-reports-framework#303Rate Limitsfor public endpoints:tradesto 15 req/min,candlesto 60 req/min. PR: bfx-reports-framework#304Fixed
ERR_AUTH_API: ERR_INVALID_CREDENTIALSerror to prevent showing500 Internal Server Errorand error modal dialog in the electron app. PR: bfx-report#318MaxListenersExceededWarningwarning for the electron windows. PR: bfx-report-electron#229