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.16.0] - 2023-12-13
Added
start
param to theSummary by Asset
to be able to select a period more than30d
. PR: bfx-reports-framework#342Summary by Asset
. PR: bfx-reports-framework/pull/344database is locked
andnetwork timeout
. PR: bfx-report-electron#285ETH2P (ETH2Pending)
,ETH2R (ETH2Rewards)
andETH2U (ETH2Unstaking)
availability in theSymbol
selector. PR: bfx-report-ui#740Summary by Asset
section. PR: bfx-report-ui#741Volume (eligible for fee tier calculation) in the last 30 days
in theAccount Fees
table of theSummary
page. PR: bfx-report-ui#743Summary by Asset
section. PR: bfx-report-ui#745Changed
start
time point instead of the existing one in theledgers
for theAccount Balance
. The idea is to show users the Account Balance started from the wallet snapshot of the start time point. PR: bfx-reports-framework#341Profits
column from theSummary by Asset
table temporally. PR: bfx-report-ui#744Summary by Asset
section. PR: bfx-report-ui#746Fixed
Account Balance
unrealized profit. The issue is in passing the correct timestamp for currency conversion of PL values of daily positions snapshot. PR: bfx-reports-framework#340Security
max
andmin
utils from thelib-js-util-base
lib instead of thelodash
. PRs: bfx-reports-framework#343, lib-js-util-base#19