Release version 4.0.0 to beta #174
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.0.0] - 2022-12-09
Added
ENETerrors for reconnection when fetching data from theBFX api_v2. PR: bfx-report#273inner maxrequest limit to theBFX api_v2to seed up syncing data. PR: bfx-report#274IS_AUTO_UPDATE_DISABLED=1or the popup of GitHub Actions forbetareleases bfx-report-electron#170Remember Meoption is selected for improving UX during page/app reloading. PR: bfx-report-ui#568Changed
new Sync Coreto use temp tables during sync processing. PR: bfx-reports-framework#240. The main idea is to put data fetched from the BFX api_v2 to temp tables to have consistent data in the main tables and allow users to request reports from all sections any time even sync is going on, except the first sync when the DB is empty. When the sync is finished and temp tables are filled all data will be moved to the main tables in one atomic transaction thus users don't have to experience transitional processes. Basic changes:new Sync Coreto use temp tablesdatabase is lockedissueENETerrors from theBFX api_v2, added fetching data retries. Related to PR: bfx-report#275v31BFX api_v2, which increases the speed of the syncanalysis_limitto400for performanceinner maxrequest limit toBFX api_v2for syncing data to speed upFee Percprecision in theTradesreport to 3 decimals for better representation. PR: bfx-report-ui#570Fixed
GRENACHE_WS_IS_CLOCEDerror. PR: bfx-reports-framework#239URLto get API keys when sign-in. PRs: bfx-report-electron#172, bfx-report-ui#582ratefilter param type and value passing fromPublic Fundingreport. PR: bfx-report-ui#553sub-accounts. PR: bfx-report-ui#566Sign Inscreen after the successful adding a sub-account for improving UX if the user wants to add several sub-accounts in a row. PR: bfx-report-ui#571Multiple Accountssign up modal same way as we have in the mainSub Accountssection. PR: bfx-report-ui#572Average Win/Loss,Traded Volume,Account Balance,LoanandFeesreports. PR: bfx-report-ui#575sub-accountsto being selected for the creation of new one. PR: bfx-report-ui#576Master Accountstill selected after the dropping database, restarting the backend and reloading the app. PR: bfx-report-ui#577Sub Accountcreation submission if theMaster Accounthadn't been selected or registered, fixedSign Upmodal overlay styling. PR: bfx-report-ui#578USDtsymbols and pairs parsing. PR: bfx-report-ui#580sign-outissue by providing token. PR: bfx-report-ui#583Sub Accountsin some cases. PR: bfx-report-ui#584Security