Bicrypto 5.5.5

9 October 2025

FEATURESUX IMPROVEMENTSDOCUMENTATION

Core v5.5.5

Release Date: October 9, 2025 Tags: FEATURES, UX IMPROVEMENTS, DOCUMENTATION

Added

Settings & Configuration

  • Added WalletConnect setup documentation
  • Added logo configuration improvements, with separate light and dark mode artwork
  • Added settings synchronisation, so a settings change reaches open pages without a reload

Documentation

  • Added a Scylla/Cassandra setup guide with 14 step-by-step screenshots
  • Added an API port configuration guide
  • Added an authenticator setup guide
  • Added a root terminal access guide

Changed

ICO Module

  • Changed the investment form to validate as you go and explain what is wrong
  • Changed the ICO offer page to handle errors rather than fail silently

Internationalization

  • Changed translations across 115+ languages to include the new withdrawal interface strings

Authentication

  • Changed session handling in the authentication layer
  • Changed extension store management

Frontend Components

  • Changed the logo components to render correctly in both light and dark mode
  • Changed navbar logo rendering
  • Changed the settings hooks so pages re-render less while settings load

Trading & Market Data

  • Added a three-tier market type system — spot, ecosystem spot and futures — so live data is routed to the right service
  • Changed market selection to set the correct market type in the URL for ecosystem markets
  • Changed all trading components to take the market type from the URL, so routing is correct on the first render
  • Changed live data subscriptions to connect to the endpoint matching the market type
  • Removed the extension availability check that blocked ecosystem market connections
  • Changed trade data validation to check the symbol on the wrapper it actually arrives in
  • Changed the orders panel to accept both response shapes returned by the ecosystem endpoint
  • Changed ecosystem polling from every 500ms to every 2000ms
  • Changed ticker caching to broadcast only when a value changes
  • Removed empty trade broadcasts, cutting unnecessary live-data traffic