Release version 4.15.0 #279
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.15.0] - 2023-11-29
Added
Summary by Assetsection for the last 30 days on the newSummaryfor theReportsapp. Added refreshing for allSummarysections on theFilterbutton click. PR: bfx-report-ui#726candlesonce per day to reduce the number of sync requests toBFX APIand as a result improve the situation with theRate Limitrestriction. PR: bfx-reports-framework#334candlessync. The aim is to reduce the amount of requests to theBFX APIcandles endpoint and speed up the sync essentially. Also for better UX, added approximate candles sync time estimation considering the amount of syncing currencies. And set candles limit20 reqs/mininstead of 30 to go through theRate Limit. PR: bfx-reports-framework#335Changed
10 reqs/minforBFX APItradesendpoint to help big users go throughRate Limitfor theTax Report. PR: bfx-reports-framework#337Unrealized Profitselectors from the new appSummaryandAccount Balancereports. PR: bfx-report-ui#730Balance Changerepresentation in theSummary by Assetsection. PR: bfx-report-ui#736Fixed
GitHubserver can't respond to auto-update requests. It fixed the following issues: bfx-report-electron#239, bfx-report-electron#264. PR: bfx-report-electron#265candles. The issue is: when we sync data in the framework mode, candles request can give only one item, in this case, we shouldn't process the part of logic with handling of containing the same timestamps in all items. PR: bfx-report#343BFX APIwith undefined args. PRs: bfx-report#344, lib-js-util-base#15BFXauth token refreshing. PR: bfx-reports-framework#336Summarysections. PR: bfx-report-ui#731candles/tradesrequests duplication onCandlesreport refreshing. PR: bfx-report-ui#732Security
Lodash_gethelper usage all across the app with the corresponding one from the internal library for security reasons. PR: bfx-report-ui#727