4.16.0
·
672 commits
to master
since this release
[4.16.0] - 2023-12-13
Added
- Added the
startparam to theSummary by Assetto be able to select a period more than30d. PR: bfx-reports-framework#342 - Added exchange volume and trading fee values to the the
Summary by Asset. PR: bfx-reports-framework/pull/344 - Added exceptions for the error modal window. It should cover the follow cases:
database is lockedandnetwork timeout. PR: bfx-report-electron#285 - Implemented
ETH2P (ETH2Pending),ETH2R (ETH2Rewards)andETH2U (ETH2Unstaking)availability in theSymbolselector. PR: bfx-report-ui#740 - Implemented dynamic selectable date range support for the
Summary by Assetsection. PR: bfx-report-ui#741 - Implemented representation of
Volume (eligible for fee tier calculation) in the last 30 daysin theAccount Feestable of theSummarypage. PR: bfx-report-ui#743 - Implemented displaying the selected period as a subtitle in the
Summary by Assetsection. PR: bfx-report-ui#745
Changed
- Considered the requested
starttime point instead of the existing one in theledgersfor 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#341 - Removed the
Profitscolumn from theSummary by Assettable temporally. PR: bfx-report-ui#744 - Actualized columns for the
Summary by Assetsection. PR: bfx-report-ui#746
Fixed
- Fixed
Account Balanceunrealized profit. The issue is in passing the correct timestamp for currency conversion of PL values of daily positions snapshot. PR: bfx-reports-framework#340 - Fixed initialization requests order for all reports according to the proposals to prevent received data inconsistency in some cases. PR: bfx-report-ui#742
Security
- Used
maxandminutils from thelib-js-util-baselib instead of thelodash. PRs: bfx-reports-framework#343, lib-js-util-base#19