Bicrypto 6.3.4

7 April 2026

NEW FEATUREBUG FIXES

Core v6.3.4

Release Date: April 7, 2026 Tags: NEW FEATURE, BUG FIXES

Overview

Version 6.3.4 introduces customizable addon display names and fixes several bugs across the ecosystem market homepage, P2P trading, and wallet labeling.

Update Instructions

After updating, run the following command in terminal:

pnpm updator

Added

Addon Display Name Customization

  • Added a new setting under System Settings → General → Addon Branding that allows admins to customize the display names of addons throughout the frontend.
  • Added two separate name contexts per addon: Menu Name (sidebar, navigation, mega menu) and Wallet Name (wallet type selectors, deposits, withdrawals).
  • Added the override everywhere the default name appears — navigation menus, sidebar items, mega menu cards, wallet type selectors, the deposit page and the payout pages.

Fixed

Ecosystem Token Icons on Homepage

  • Fixed token icons not showing on the homepage "Native Token Markets" section. Custom tokens, such as ones you created yourself, were displaying gray circles instead of their configured icons. The icon set in the admin panel is now used, falling back to the standard crypto artwork when none is configured.

P2P Offer Editing — Price Model Validation

  • Fixed an error when editing a P2P offer: "Model must be one of the following: FIXED, MARGIN." The edit form was sending the price model in the wrong letter case, and the "dynamic" model is now correctly submitted as "MARGIN".

P2P Offer Creation — Amount Validation

  • Fixed an error when creating a P2P offer: "Maximum amount cannot exceed total amount." The form allowed setting a max trade limit in fiat higher than the total offer amount in crypto multiplied by the price. Min and max trade limits are now capped so they cannot exceed the total offer value.
  • Fixed the "Add Funds" button on the P2P dashboard linking to /finance/wallet/deposit, which caused a server error. It now correctly links to /finance/deposit.

Wallet Type Page — Server Redirect Error

  • Fixed a server error when navigating to a wallet type page under /finance/wallet/, caused by the page redirecting in the wrong place.

P2P Guided Matching — Sell Amount Display

  • Fixed a stray "0" rendering on the currency and amount step when the customer has zero balance for the selected currency.

P2P Guided Matching — Sell Currency Filtering

  • Fixed the sell offer step listing every currency even when the customer had no wallet or balance in it, which led to confusing errors. Only currencies they can actually sell are now shown, filtered on the server.
  • Fixed fiat currencies with no configured price or rate appearing in the currency list, where they caused a price lookup error.

P2P Guided Matching — Excessive Toast Notifications

  • Fixed background data loads — wallet balance, currency price, matching results — raising success and error toasts. Only actions the customer took, such as creating a trade, show feedback now.