Bicrypto 5.5.9

29 January 2025

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

TRADING INTERFACEECOSYSTEM MARKETSORDER MANAGEMENTUI IMPROVEMENTSPAYMENT METHODSINVESTMENT MANAGEMENTFOREX TRADING

Core v5.5.9

Release Date: January 29, 2025 Tags: TRADING INTERFACE, ECOSYSTEM MARKETS, ORDER MANAGEMENT, UI IMPROVEMENTS, PAYMENT METHODS, INVESTMENT MANAGEMENT, FOREX TRADING

Upgrade Notes

Delete the middleware file before updating

  • Before running pnpm updator, manually delete /frontend/middleware.ts if it exists. Leaving it in place causes a build conflict.

Added

Investment Features

  • Added a multiselect duration field to AI Investment plans
  • Added a multiselect duration field to Forex plans
  • Added the ability for Investment and Forex plans to select multiple durations when creating or editing

Payment Methods

  • Added a QR Code option to deposit method custom fields in the Type dropdown

Changed

Order Book Enhancements

  • Changed the amount column to strip trailing zeros (e.g. 1.00000000 displays as "1")
  • Changed order book grouping to offer fine-grained aggregation levels that support micro-cap tokens
  • Changed the aggregation dropdown from 4 to 8 options
  • Changed the aggregation algorithm to handle floating-point precision correctly

Trading Interface

  • Changed price display to use a number of decimal places appropriate to the value's magnitude, supporting micro-priced assets and meme coins
  • Changed orders to appear instantly without requiring a page refresh

Fixed

Trading Page - Ecosystem Markets

  • Fixed the "Failed to cancel order" error on ecosystem markets
  • Fixed the "Failed to cancel all orders" error on ecosystem markets
  • Fixed cancelled orders not appearing in the History tab without a page reload
  • Fixed new orders requiring a page reload to appear in the Open Orders tab — orders now appear instantly
  • Fixed order book prices showing as 0.000000 for values below 0.01 (e.g. 0.001 now displays correctly)
  • Fixed the Total column showing 0.00 for small price calculations

Payment Methods

  • Fixed the QR Code option not appearing in the Type dropdown when creating new deposit methods

Investment Management

  • Fixed a duration saving error in AI Investment and Forex plans
  • Fixed the Investment Management section not appearing in the Finance menu

Forex Trading

  • Fixed the Forex account MT version always showing MT4 instead of the selected MT5

Build System

  • Fixed a middleware and proxy conflict that caused build errors on Next.js 16. See Upgrade Notes.