Bicrypto 5.7.4

2 December 2025

This release has upgrade notes. Read them before updating — they describe behaviour changes that need your attention.

BINARY TRADINGUI/UXBUG FIXESP2P

Core v5.7.4

Release Date: December 02, 2025 Tags: BINARY TRADING, UI/UX, BUG FIXES, P2P

Upgrade Notes

Payment intent removal — files to delete by hand

If you are upgrading from a previous version, you need to manually remove the following files and folders:

1. Type Definitions

Delete the following files:

  • backend/types/models/paymentIntent.d.ts
  • backend/types/models/paymentIntentProduct.d.ts

2. Model Files

Delete the following folder and its contents:

  • backend/models/ext/payment/ (entire folder)
    • paymentIntent.ts
    • paymentIntentProduct.ts

3. Admin API Endpoints

Delete the following folder and its contents:

  • backend/src/api/(ext)/admin/payment/intent/ (entire folder)
    • [id]/index.del.ts
    • [id]/index.get.ts
    • [id]/index.put.ts
    • index.del.ts
    • index.get.ts
    • index.post.ts
    • utils.ts

4. User API Endpoints

Delete the following folder and its contents:

  • backend/src/api/(ext)/payment/intent/ (entire folder)
    • [id]/index.del.ts
    • [id]/index.get.ts
    • confirm.post.ts
    • index.post.ts
    • status.post.ts

5. Frontend Components

Delete the following folders entirely:

  • frontend/components/nft/ (entire folder)
  • frontend/components/p2p/ (entire folder)
  • frontend/components/faq/ (entire folder)

Changed

Binary trading on mobile

  • Changed the positions panel to the same dark palette the rest of the site uses, improving contrast and visibility in dark mode.
  • Changed the Active and History tabs for better visibility in dark mode: a darker tab container, an orange underline on the active tab, a subtle background highlight on it, and clearer hover states.
  • Changed the All / Won / Lost filters to pill-style buttons in a rounded container, with the active filter tinted — neutral for All, green for Won, red for Lost — so which filter is in force is obvious.
  • Changed the active positions list to show a proper empty state — a clock icon and "No Active Positions" — where it previously showed nothing at all.

Fixed

Binary trading

  • Fixed the "handleTradingModeChange is not defined" error on the mobile binary trading page, which stopped mobile customers reaching it at all.
  • Fixed the duplicate "Demo" indicator in the mobile header. Only the clickable DEMO/REAL badge next to the balance remains.
  • Fixed the theme toggle reverting to dark mode on mobile. It now reflects the theme actually in force and keeps the customer's preference.