4.14.0
·
1149 commits
to master
since this release
[4.14.0] - 2023-11-01
Added
- Added test runner and report to the
GitHub Actionsof thebfx-facs-db-better-sqliterepo. PR: bfx-facs-db-better-sqlite#8 - Added an endpoint to get the
summary by asset(for 30 day period) for the new summary page of the framework mode. PR: bfx-reports-framework#330 - Implemented currency name representation depending on the transport layer used for the
Tethertransactions in theMovementsreport. PR: bfx-report-ui#721 - Implemented the possibility of submitting
username/passwordandOTPvia theEnterbutton during the2FAsign-up flow. PR: bfx-report-ui#722
Changed
- Bumped
Electronjsversion up tov27to have under hood Nodejsv18.17.1, to have Nodejs version similar to UI build requirements. PR: bfx-report-electron#263 - Bumped
better-sqlite3up to9.0.0to have the ability to launch the DB driver on Nodejsv18.17.1under electron env at leastv27. PR: bfx-facs-db-better-sqlite#7 - Set the dependabot against the
staginbranch to not trigger test-runner workflow
Fixed
- Fixed the
candlessync for thecurrency converter, to convert the first ledgers to USD it needs to provide some overlap of candles (5 days). PR: bfx-reports-framework#329 - Fixed deep clone of arguments with
lib-js-util-base, the issue is the following: when callinggenerateToken/invalidateAuthTokenmethods pass whole session object withsetIntervalid, and that id cannot be serialized withJSON.stringify, it should be omitted. PR: bfx-reports-framework#331 - Fixed the dependabot config path for the
bfx-report-uirepo. PR: bfx-report-ui#720
Security
- Removed
lodashlib usage. PRs: bfx-report#340, bfx-reports-framework#328, bfx-report-ui#723