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.10.0] - 2023-08-23
Added
temp
tables,temp
tables will be removed for the non-completed sync if DB schema is changed. PR: bfx-reports-framework#311RPC
timeout to havehttpRpcTimeout
andwsRpcTimeout
options that can be overwritten in the electron environment to10mins
for complicated reports which can have a lot of internal calls to theBFX API
that can take significant time. It fixed the following issues: bfx-report-electron#238, bfx-report-electron#240, bfx-report-electron#241. PRs: bfx-report-express#31, bfx-report-electron#242amounts
,volumes
, etc, the same way as on the desktop for better readability. PR: bfx-report-ui#691Changed
Reports
filter panels representation. PR: bfx-report-ui#693Fixed
json rpc
response. The idea is to have extra data in case we catch an error fromBFX API
side and on the UI use a transparent error message which can containBFX API
error reasons. PRs: bfx-report#327, bfx-report-ui#692Sum
can appear below or above the part of the table that's currently visible. Fixed to be anchored to a specific part of the currently visible screen rather than a specific point in the table. PR: bfx-report-ui#686getUsers
calls for the hosted version. PR: bfx-report-ui#689Change Logs
report when users remove the2FA
option from their account. PR: bfx-report-ui#690