这是indexloc提供的服务,不要输入任何密码
Skip to content

4.36.2

Choose a tag to compare

@github-actions github-actions released this 17 Jul 11:09
· 26 commits to master since this release
9f04111

[4.36.2] - 2025-07-16

Added

Changed

  • Reworked sync schema model usage to use the new model interface implemented in the previous PR #459. It speeded up the work by avoiding the usage of cloneDeep fn based on JSON.parse(JSON.stringify(obj)) for the models. PR: bfx-reports-framework#461
  • Improved the isUserMerchant checking flow and hides the Merchant History section(Invoices) for non-merchant users. Removed the outdated NonMerchant screen and related unused handlers. PR: bfx-report-ui#936
  • Disabled Snapshots refresh button during initial synchronization to prevent report generation errors. Added a corresponding notice to communicate this to the user. PR: bfx-report-ui#937
  • Improved currency and fees formatting in the Movements details modal. PR: bfx-report-ui#939

Fixed

  • Fixed symbols/pairs duplication. When sync data is moved from the temp tables to the main ones it's needed to remove previous data for the updatable collections such as symbols, etc to prevent deleted currencies from getting stuck. PR: bfx-reports-framework#463
  • Prevented duplication possibility for selectors items noted in some cases.PR: bfx-report-ui#940
  • Hidden the Export from the header and account menu for the Summary as we currently don't support exporting for this page. PR: bfx-report-ui#941

Security