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 Asset
section for the last 30 days on the newSummary
for theReports
app. Added refreshing for allSummary
sections on theFilter
button click. PR: bfx-report-ui#726candles
once per day to reduce the number of sync requests toBFX API
and as a result improve the situation with theRate Limit
restriction. PR: bfx-reports-framework#334candles
sync. The aim is to reduce the amount of requests to theBFX API
candles 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/min
instead of 30 to go through theRate Limit
. PR: bfx-reports-framework#335Changed
10 reqs/min
forBFX API
trades
endpoint to help big users go throughRate Limit
for theTax Report
. PR: bfx-reports-framework#337Unrealized Profit
selectors from the new appSummary
andAccount Balance
reports. PR: bfx-report-ui#730Balance Change
representation in theSummary by Asset
section. PR: bfx-report-ui#736Fixed
GitHub
server 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 API
with undefined args. PRs: bfx-report#344, lib-js-util-base#15BFX
auth token refreshing. PR: bfx-reports-framework#336Summary
sections. PR: bfx-report-ui#731candles/trades
requests duplication onCandles
report refreshing. PR: bfx-report-ui#732Security
Lodash
_get
helper usage all across the app with the corresponding one from the internal library for security reasons. PR: bfx-report-ui#727